Html Css Color HEX #406287 Wedgewood

📋 copy color: '#406287'

red 64 ◦ green 98 ◦ blue 135

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

Shades of Wedgewood #406287

Tints of Wedgewood #406287

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 21.55%
G = 33%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406287 (or 0x406287) is known color: Wedgewood. HEX triplet: 40, 62 and 87. RGB value is (64,98,135). Sum of RGB (Red+Green+Blue) = 64+98+135=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #406287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406287 is #BF9D78. Grayscale: #5B5B5B. Windows color (decimal): -12557689 or 8872512. OLE color: 8872512.

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

Color convert

RGB 64 98 135 -
CMYK 0.53 0.27 0 0.47
HSL 211.27º 0.36% 0.39% -
HSV(B) 211.27º 0.53% 0.53% -
XYZ 10.86 11.57 24.58 -
YUV 92.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 64 98 135 0.53 0.27 0 0.47 211.27 0.36 0.39
Hex 40 62 87 35 1B 0 2F D3 24 27
Octal 100 142 207 65 33 0 57 323 44 47
Binary 1000000 1100010 10000111 110101 11011 0 101111 11010011 100100 100111

Color Harmonies of #406287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406287

Black with #406287

Text Example


Text Example

White with #406287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406287; }

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

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

background-color css

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

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

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

border-color css

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

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

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