#406789

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

Shades of Wedgewood #406789

Tints of Wedgewood #406789

Color information

#406789 (or 0x406789) is unknown color: approx Wedgewood. HEX triplet: 40, 67 and 89. RGB value is (64,103,137). Sum of RGB (Red+Green+Blue) = 64+103+137=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #406789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406789 is #BF9876. Grayscale: #5F5F5F. Windows color (decimal): -12556407 or 9004864. OLE color: 9004864.

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

Color convert

RGB64103137-
CMYK0.530.2500.46
HSL207.95º36.32%39.41%-
HSV(B)207.95º53.28%53.73%-
XYZ11.4812.625.49-
YUV95.21151.58105.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=21.05%
G=33.88%
B=45.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal641031370.530.2500.46207.9536.3239.41
Hex406789351902Ed02427
Octal10014721165310563204447
Binary100000011001111000100111010111001010111011010000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406789; }

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

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

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

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

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

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

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

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