Html Css Color HEX #406687 Wedgewood

📋 copy color: '#406687'

red 64 ◦ green 102 ◦ blue 135

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

Shades of Wedgewood #406687

Tints of Wedgewood #406687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

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

R = 21.26%
G = 33.89%
B = 44.85%

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

#406687 (or 0x406687) is known color: Wedgewood. HEX triplet: 40, 66 and 87. RGB value is (64,102,135). Sum of RGB (Red+Green+Blue) = 64+102+135=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #406687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406687 is #BF9978. Grayscale: #5E5E5E. Windows color (decimal): -12556665 or 8873536. OLE color: 8873536.

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

Color convert

RGB 64 102 135 -
CMYK 0.53 0.24 0 0.47
HSL 207.89º 0.36% 0.39% -
HSV(B) 207.89º 0.53% 0.53% -
XYZ 11.24 12.34 24.71 -
YUV 94.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 64 102 135 0.53 0.24 0 0.47 207.89 0.36 0.39
Hex 40 66 87 35 18 0 2F D0 24 27
Octal 100 146 207 65 30 0 57 320 44 47
Binary 1000000 1100110 10000111 110101 11000 0 101111 11010000 100100 100111

Color Harmonies of #406687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406687

Black with #406687

Text Example


Text Example

White with #406687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406687; }

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

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

background-color css

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

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

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

border-color css

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

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

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