Html Css Color HEX #406689 Wedgewood

📋 copy color: '#406689'

red 64 ◦ green 102 ◦ blue 137

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

Shades of Wedgewood #406689

Tints of Wedgewood #406689

RGB

 RED value IS 64 (25.39% from 255) = 21.12%

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 21.12%
G = 33.66%
B = 45.21%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406689 (or 0x406689) is known color: Wedgewood. HEX triplet: 40, 66 and 89. RGB value is (64,102,137). Sum of RGB (Red+Green+Blue) = 64+102+137=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #406689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406689 is #BF9976. Grayscale: #5E5E5E. Windows color (decimal): -12556663 or 9004608. OLE color: 9004608.

HSL color Cylindrical-coordinate representation of color #406689: hue angle of 208.77º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406689 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 102 137 -
CMYK 0.53 0.26 0 0.46
HSL 208.77º 0.36% 0.39% -
HSV(B) 208.77º 0.53% 0.54% -
XYZ 11.38 12.4 25.46 -
YUV 94.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 64 102 137 0.53 0.26 0 0.46 208.77 0.36 0.39
Hex 40 66 89 35 1A 0 2E D1 24 27
Octal 100 146 211 65 32 0 56 321 44 47
Binary 1000000 1100110 10001001 110101 11010 0 101110 11010001 100100 100111

Color Harmonies of #406689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406689

Black with #406689

Text Example


Text Example

White with #406689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406689; }

 p { color: rgb(64,102,137); }

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

background-color css

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

 a { background-color: rgb(64,102,137); }

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

border-color css

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

 span { border-color: rgb(64,102,137); }

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