Html Css Color HEX #406487 Wedgewood

📋 copy color: '#406487'

red 64 ◦ green 100 ◦ blue 135

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

Shades of Wedgewood #406487

Tints of Wedgewood #406487

RGB

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

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

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

R = 21.4%
G = 33.44%
B = 45.15%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406487 (or 0x406487) is known color: Wedgewood. HEX triplet: 40, 64 and 87. RGB value is (64,100,135). Sum of RGB (Red+Green+Blue) = 64+100+135=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 135 - color contains mainly: blue. Hex color #406487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406487 is #BF9B78. Grayscale: #5D5D5D. Windows color (decimal): -12557177 or 8873024. OLE color: 8873024.

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

Color convert

RGB 64 100 135 -
CMYK 0.53 0.26 0 0.47
HSL 209.58º 0.36% 0.39% -
HSV(B) 209.58º 0.53% 0.53% -
XYZ 11.04 11.95 24.65 -
YUV 93.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 64 100 135 0.53 0.26 0 0.47 209.58 0.36 0.39
Hex 40 64 87 35 1A 0 2F D2 24 27
Octal 100 144 207 65 32 0 57 322 44 47
Binary 1000000 1100100 10000111 110101 11010 0 101111 11010010 100100 100111

Color Harmonies of #406487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406487

Black with #406487

Text Example


Text Example

White with #406487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406487; }

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

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

background-color css

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

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

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

border-color css

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

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

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