#406485

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

Shades of Wedgewood #406485

Tints of Wedgewood #406485

Color information

#406485 (or 0x406485) is unknown color: approx Wedgewood. HEX triplet: 40, 64 and 85. RGB value is (64,100,133). Sum of RGB (Red+Green+Blue) = 64+100+133=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #406485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406485 is #BF9B7A. Grayscale: #5C5C5C. Windows color (decimal): -12557179 or 8741952. OLE color: 8741952.

HSL color Cylindrical-coordinate representation of color #406485: hue angle of 208.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #406485 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64100133-
CMYK0.520.2500.48
HSL208.7º35.03%38.63%-
HSV(B)208.7º51.88%52.16%-
XYZ10.9111.923.91-
YUV93150.57107.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=21.55%
G=33.67%
B=44.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641001330.520.2500.48208.735.0338.63
Hex4064853419030d12327
Octal10014420564310603214347
Binary100000011001001000010111010011001011000011010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406485; }

 p { color: rgb(64,100,133); }

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

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

 a { background-color: rgb(64,100,133); }

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

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

 span { border-color: rgb(64,100,133); }

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