Html Css Color HEX #406089 Wedgewood

📋 copy color: '#406089'

red 64 ◦ green 96 ◦ blue 137

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

Shades of Wedgewood #406089

Tints of Wedgewood #406089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

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

R = 21.55%
G = 32.32%
B = 46.13%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406089 (or 0x406089) is known color: Wedgewood. HEX triplet: 40, 60 and 89. RGB value is (64,96,137). Sum of RGB (Red+Green+Blue) = 64+96+137=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #406089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406089 is #BF9F76. Grayscale: #5A5A5A. Windows color (decimal): -12558199 or 9003072. OLE color: 9003072.

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

Color convert

RGB 64 96 137 -
CMYK 0.53 0.30 0 0.46
HSL 213.7º 0.36% 0.39% -
HSV(B) 213.7º 0.53% 0.54% -
XYZ 10.81 11.26 25.27 -
YUV 91.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 64 96 137 0.53 0.30 0 0.46 213.7 0.36 0.39
Hex 40 60 89 35 1E 0 2E D6 24 27
Octal 100 140 211 65 36 0 56 326 44 47
Binary 1000000 1100000 10001001 110101 11110 0 101110 11010110 100100 100111

Color Harmonies of #406089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406089

Black with #406089

Text Example


Text Example

White with #406089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406089; }

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

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

background-color css

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

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

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

border-color css

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

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

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