Html Css Color HEX #406989 Wedgewood

📋 copy color: '#406989'

red 64 ◦ green 105 ◦ blue 137

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

Shades of Wedgewood #406989

Tints of Wedgewood #406989

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 20.92%
G = 34.31%
B = 44.77%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406989 (or 0x406989) is known color: Wedgewood. HEX triplet: 40, 69 and 89. RGB value is (64,105,137). Sum of RGB (Red+Green+Blue) = 64+105+137=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #406989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406989 is #BF9676. Grayscale: #606060. Windows color (decimal): -12555895 or 9005376. OLE color: 9005376.

HSL color Cylindrical-coordinate representation of color #406989: hue angle of 206.3º 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 #406989 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 105 137 -
CMYK 0.53 0.23 0 0.46
HSL 206.3º 0.36% 0.39% -
HSV(B) 206.3º 0.53% 0.54% -
XYZ 11.68 13 25.56 -
YUV 96.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 64 105 137 0.53 0.23 0 0.46 206.3 0.36 0.39
Hex 40 69 89 35 17 0 2E CE 24 27
Octal 100 151 211 65 27 0 56 316 44 47
Binary 1000000 1101001 10001001 110101 10111 0 101110 11001110 100100 100111

Color Harmonies of #406989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406989

Black with #406989

Text Example


Text Example

White with #406989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406989; }

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

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

background-color css

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

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

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

border-color css

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

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

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