Html Css Color HEX #446891 Wedgewood

📋 copy color: '#446891'

red 68 ◦ green 104 ◦ blue 145

#446891
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #446891

Tints of Wedgewood #446891

RGB

 RED value IS 68 (26.95% from 255) = 21.45%

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 145 (57.03% from 255) = 45.74%

R = 21.45%
G = 32.81%
B = 45.74%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#446891 (or 0x446891) is known color: Wedgewood. HEX triplet: 44, 68 and 91. RGB value is (68,104,145). Sum of RGB (Red+Green+Blue) = 68+104+145=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #446891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446891 is #BB976E. Grayscale: #616161. Windows color (decimal): -12293999 or 9529412. OLE color: 9529412.

HSL color Cylindrical-coordinate representation of color #446891: hue angle of 211.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #446891 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 104 145 -
CMYK 0.53 0.28 0 0.43
HSL 211.95º 0.36% 0.42% -
HSV(B) 211.95º 0.53% 0.57% -
XYZ 12.45 13.17 28.67 -
YUV 97.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 68 104 145 0.53 0.28 0 0.43 211.95 0.36 0.42
Hex 44 68 91 35 1C 0 2B D4 24 2A
Octal 104 150 221 65 34 0 53 324 44 52
Binary 1000100 1101000 10010001 110101 11100 0 101011 11010100 100100 101010

Color Harmonies of #446891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446891

Black with #446891

Text Example


Text Example

White with #446891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446891; }

 p { color: rgb(68,104,145); }

 H1.HeaderClassName
 {
   color: #446891;
 }
 .AnyTagClassName
 {
   color: #446891;
 }
</style>

background-color css

<style>
 a { background-color: #446891; }

 a { background-color: rgb(68,104,145); }

 div.DivClassName
 {
   background-color: #446891;
 }
 .BgClassName
 {
   background-color: #446891;
 }
</style>

border-color css

<style>
 span { border-color: #446891; }

 span { border-color: rgb(68,104,145); }

 td.TdClassName
 {
   border-color: #446891;
 }
 .TagClassName
 {
   border-color: #446891;
 }
</style>