Html Css Color HEX #406587 Wedgewood

📋 copy color: '#406587'

red 64 ◦ green 101 ◦ blue 135

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

Shades of Wedgewood #406587

Tints of Wedgewood #406587

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 135 (53.13% from 255) = 45%

R = 21.33%
G = 33.67%
B = 45%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406587 (or 0x406587) is known color: Wedgewood. HEX triplet: 40, 65 and 87. RGB value is (64,101,135). Sum of RGB (Red+Green+Blue) = 64+101+135=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #406587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406587 is #BF9A78. Grayscale: #5D5D5D. Windows color (decimal): -12556921 or 8873280. OLE color: 8873280.

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

Color convert

RGB 64 101 135 -
CMYK 0.53 0.25 0 0.47
HSL 208.73º 0.36% 0.39% -
HSV(B) 208.73º 0.53% 0.53% -
XYZ 11.14 12.15 24.68 -
YUV 93.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 64 101 135 0.53 0.25 0 0.47 208.73 0.36 0.39
Hex 40 65 87 35 19 0 2F D1 24 27
Octal 100 145 207 65 31 0 57 321 44 47
Binary 1000000 1100101 10000111 110101 11001 0 101111 11010001 100100 100111

Color Harmonies of #406587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406587

Black with #406587

Text Example


Text Example

White with #406587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406587; }

 p { color: rgb(64,101,135); }

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

background-color css

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

 a { background-color: rgb(64,101,135); }

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

border-color css

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

 span { border-color: rgb(64,101,135); }

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