Html Css Color HEX #406787 Wedgewood

📋 copy color: '#406787'

red 64 ◦ green 103 ◦ blue 135

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

Shades of Wedgewood #406787

Tints of Wedgewood #406787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 21.19%
G = 34.11%
B = 44.7%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406787 (or 0x406787) is known color: Wedgewood. HEX triplet: 40, 67 and 87. RGB value is (64,103,135). Sum of RGB (Red+Green+Blue) = 64+103+135=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #406787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406787 is #BF9878. Grayscale: #5E5E5E. Windows color (decimal): -12556409 or 8873792. OLE color: 8873792.

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

Color convert

RGB 64 103 135 -
CMYK 0.53 0.24 0 0.47
HSL 207.04º 0.36% 0.39% -
HSV(B) 207.04º 0.53% 0.53% -
XYZ 11.34 12.54 24.74 -
YUV 94.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 64 103 135 0.53 0.24 0 0.47 207.04 0.36 0.39
Hex 40 67 87 35 18 0 2F CF 24 27
Octal 100 147 207 65 30 0 57 317 44 47
Binary 1000000 1100111 10000111 110101 11000 0 101111 11001111 100100 100111

Color Harmonies of #406787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406787

Black with #406787

Text Example


Text Example

White with #406787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406787; }

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

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

background-color css

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

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

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

border-color css

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

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

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