#456887

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

Shades of Wedgewood #456887

Tints of Wedgewood #456887

Color information

#456887 (or 0x456887) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 87. RGB value is (69,104,135). Sum of RGB (Red+Green+Blue) = 69+104+135=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #456887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456887 is #BA9778. Grayscale: #606060. Windows color (decimal): -12228473 or 8874053. OLE color: 8874053.

HSL color Cylindrical-coordinate representation of color #456887: hue angle of 208.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456887 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69104135-
CMYK0.490.2300.47
HSL208.18º32.35%40%-
HSV(B)208.18º48.89%52.94%-
XYZ11.7812.9224.79-
YUV97.07149.4107.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=22.40%
G=33.77%
B=43.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691041350.490.2300.47208.1832.3540
Hex456887311702Fd02028
Octal10515020761270573204050
Binary100010111010001000011111000110111010111111010000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456887; }

 p { color: rgb(69,104,135); }

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

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

 a { background-color: rgb(69,104,135); }

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

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

 span { border-color: rgb(69,104,135); }

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