#456987

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

Shades of Wedgewood #456987

Tints of Wedgewood #456987

Color information

#456987 (or 0x456987) is unknown color: approx Wedgewood. HEX triplet: 45, 69 and 87. RGB value is (69,105,135). Sum of RGB (Red+Green+Blue) = 69+105+135=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #456987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456987 is #BA9678. Grayscale: #616161. Windows color (decimal): -12228217 or 8874309. OLE color: 8874309.

HSL color Cylindrical-coordinate representation of color #456987: hue angle of 207.27º 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 #456987 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69105135-
CMYK0.490.2200.47
HSL207.27º32.35%40%-
HSV(B)207.27º48.89%52.94%-
XYZ11.8813.1224.83-
YUV97.66149.07107.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=22.33%
G=33.98%
B=43.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691051350.490.2200.47207.2732.3540
Hex456987311602Fcf2028
Octal10515120761260573174050
Binary100010111010011000011111000110110010111111001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456987; }

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

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

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

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

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

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

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

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