#456689

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

Shades of Wedgewood #456689

Tints of Wedgewood #456689

Color information

#456689 (or 0x456689) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 89. RGB value is (69,102,137). Sum of RGB (Red+Green+Blue) = 69+102+137=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #456689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456689 is #BA9976. Grayscale: #5F5F5F. Windows color (decimal): -12228983 or 9004613. OLE color: 9004613.

HSL color Cylindrical-coordinate representation of color #456689: hue angle of 210.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456689 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69102137-
CMYK0.500.2600.46
HSL210.88º33.01%40.39%-
HSV(B)210.88º49.64%53.73%-
XYZ11.7212.5725.48-
YUV96.12151.07108.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=22.40%
G=33.12%
B=44.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691021370.500.2600.46210.8833.0140.39
Hex456689321A02Ed32128
Octal10514621162320563234150
Binary100010111001101000100111001011010010111011010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456689; }

 p { color: rgb(69,102,137); }

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

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

 a { background-color: rgb(69,102,137); }

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

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

 span { border-color: rgb(69,102,137); }

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