#406288

Color #406288 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #406288

Tints of Wedgewood #406288

Color information

#406288 (or 0x406288) is unknown color: approx Wedgewood. HEX triplet: 40, 62 and 88. RGB value is (64,98,136). Sum of RGB (Red+Green+Blue) = 64+98+136=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #406288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406288 is #BF9D77. Grayscale: #5B5B5B. Windows color (decimal): -12557688 or 8938048. OLE color: 8938048.

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

Color convert

RGB6498136-
CMYK0.530.2800.47
HSL211.67º36%39.22%-
HSV(B)211.67º52.94%53.33%-
XYZ10.9311.624.96-
YUV92.17152.74107.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=21.48%
G=32.89%
B=45.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64981360.530.2800.47211.673639.22
Hex406288351C02Fd42427
Octal10014221065340573244447
Binary100000011000101000100011010111100010111111010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406288; }

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

 H1.HeaderClassName
 {
   color: #406288;
 }
 .AnyTagClassName
 {
   color: #406288;
 }
</style>
background-color css

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

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

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

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

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

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