Html Css Color HEX #406489 Wedgewood

📋 copy color: '#406489'

red 64 ◦ green 100 ◦ blue 137

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

Shades of Wedgewood #406489

Tints of Wedgewood #406489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 21.26%
G = 33.22%
B = 45.51%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406489 (or 0x406489) is known color: Wedgewood. HEX triplet: 40, 64 and 89. RGB value is (64,100,137). Sum of RGB (Red+Green+Blue) = 64+100+137=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #406489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406489 is #BF9B76. Grayscale: #5D5D5D. Windows color (decimal): -12557175 or 9004096. OLE color: 9004096.

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

Color convert

RGB 64 100 137 -
CMYK 0.53 0.27 0 0.46
HSL 210.41º 0.36% 0.39% -
HSV(B) 210.41º 0.53% 0.54% -
XYZ 11.19 12.01 25.4 -
YUV 93.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 64 100 137 0.53 0.27 0 0.46 210.41 0.36 0.39
Hex 40 64 89 35 1B 0 2E D2 24 27
Octal 100 144 211 65 33 0 56 322 44 47
Binary 1000000 1100100 10001001 110101 11011 0 101110 11010010 100100 100111

Color Harmonies of #406489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406489

Black with #406489

Text Example


Text Example

White with #406489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406489; }

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

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

background-color css

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

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

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

border-color css

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

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

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