Html Css Color HEX #406387 Wedgewood

📋 copy color: '#406387'

red 64 ◦ green 99 ◦ blue 135

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

Shades of Wedgewood #406387

Tints of Wedgewood #406387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

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

R = 21.48%
G = 33.22%
B = 45.3%

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

#406387 (or 0x406387) is known color: Wedgewood. HEX triplet: 40, 63 and 87. RGB value is (64,99,135). Sum of RGB (Red+Green+Blue) = 64+99+135=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 135 - color contains mainly: blue. Hex color #406387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406387 is #BF9C78. Grayscale: #5C5C5C. Windows color (decimal): -12557433 or 8872768. OLE color: 8872768.

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

Color convert

RGB 64 99 135 -
CMYK 0.53 0.27 0 0.47
HSL 210.42º 0.36% 0.39% -
HSV(B) 210.42º 0.53% 0.53% -
XYZ 10.95 11.76 24.62 -
YUV 92.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 64 99 135 0.53 0.27 0 0.47 210.42 0.36 0.39
Hex 40 63 87 35 1B 0 2F D2 24 27
Octal 100 143 207 65 33 0 57 322 44 47
Binary 1000000 1100011 10000111 110101 11011 0 101111 11010010 100100 100111

Color Harmonies of #406387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406387

Black with #406387

Text Example


Text Example

White with #406387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406387; }

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

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

background-color css

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

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

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

border-color css

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

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

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