#406089

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

Shades of Wedgewood #406089

Tints of Wedgewood #406089

Color information

#406089 (or 0x406089) is unknown color: approx Wedgewood. HEX triplet: 40, 60 and 89. RGB value is (64,96,137). Sum of RGB (Red+Green+Blue) = 64+96+137=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #406089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406089 is #BF9F76. Grayscale: #5A5A5A. Windows color (decimal): -12558199 or 9003072. OLE color: 9003072.

HSL color Cylindrical-coordinate representation of color #406089: hue angle of 213.7º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406089 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6496137-
CMYK0.530.3000.46
HSL213.7º36.32%39.41%-
HSV(B)213.7º53.28%53.73%-
XYZ10.8111.2625.27-
YUV91.11153.9108.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=21.55%
G=32.32%
B=46.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64961370.530.3000.46213.736.3239.41
Hex406089351E02Ed62427
Octal10014021165360563264447
Binary100000011000001000100111010111110010111011010110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406089; }

 p { color: rgb(64,96,137); }

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

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

 a { background-color: rgb(64,96,137); }

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

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

 span { border-color: rgb(64,96,137); }

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