Html Css Color HEX #406889 Wedgewood

📋 copy color: '#406889'

red 64 ◦ green 104 ◦ blue 137

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

Shades of Wedgewood #406889

Tints of Wedgewood #406889

RGB

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

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

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

R = 20.98%
G = 34.1%
B = 44.92%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406889 (or 0x406889) is known color: Wedgewood. HEX triplet: 40, 68 and 89. RGB value is (64,104,137). Sum of RGB (Red+Green+Blue) = 64+104+137=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #406889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406889 is #BF9776. Grayscale: #5F5F5F. Windows color (decimal): -12556151 or 9005120. OLE color: 9005120.

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

Color convert

RGB 64 104 137 -
CMYK 0.53 0.24 0 0.46
HSL 207.12º 0.36% 0.39% -
HSV(B) 207.12º 0.53% 0.54% -
XYZ 11.58 12.8 25.53 -
YUV 95.8 151.25 105.32 -
System Red Green Blue C M Y K H S L
Decimal 64 104 137 0.53 0.24 0 0.46 207.12 0.36 0.39
Hex 40 68 89 35 18 0 2E CF 24 27
Octal 100 150 211 65 30 0 56 317 44 47
Binary 1000000 1101000 10001001 110101 11000 0 101110 11001111 100100 100111

Color Harmonies of #406889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406889

Black with #406889

Text Example


Text Example

White with #406889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406889; }

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

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

background-color css

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

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

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

border-color css

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

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

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