#406885

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

Shades of Wedgewood #406885

Tints of Wedgewood #406885

Color information

#406885 (or 0x406885) is unknown color: approx Wedgewood. HEX triplet: 40, 68 and 85. RGB value is (64,104,133). Sum of RGB (Red+Green+Blue) = 64+104+133=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #406885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406885 is #BF977A. Grayscale: #5F5F5F. Windows color (decimal): -12556155 or 8742976. OLE color: 8742976.

HSL color Cylindrical-coordinate representation of color #406885: hue angle of 205.22º 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 #406885 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64104133-
CMYK0.520.2200.48
HSL205.22º35.03%38.63%-
HSV(B)205.22º51.88%52.16%-
XYZ11.312.6824.04-
YUV95.35149.25105.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=21.26%
G=34.55%
B=44.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641041330.520.2200.48205.2235.0338.63
Hex4068853416030cd2327
Octal10015020564260603154347
Binary100000011010001000010111010010110011000011001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406885; }

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

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

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

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

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

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

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

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