#406289

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

Shades of Wedgewood #406289

Tints of Wedgewood #406289

Color information

#406289 (or 0x406289) is unknown color: approx Wedgewood. HEX triplet: 40, 62 and 89. RGB value is (64,98,137). Sum of RGB (Red+Green+Blue) = 64+98+137=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #406289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406289 is #BF9D76. Grayscale: #5C5C5C. Windows color (decimal): -12557687 or 9003584. OLE color: 9003584.

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

Color convert

RGB6498137-
CMYK0.530.2800.46
HSL212.05º36.32%39.41%-
HSV(B)212.05º53.28%53.73%-
XYZ1111.6325.33-
YUV92.28153.24107.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.40%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=21.40%
G=32.78%
B=45.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64981370.530.2800.46212.0536.3239.41
Hex406289351C02Ed42427
Octal10014221165340563244447
Binary100000011000101000100111010111100010111011010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406289; }

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

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

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

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

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

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

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

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