#456687

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

Shades of Wedgewood #456687

Tints of Wedgewood #456687

Color information

#456687 (or 0x456687) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 87. RGB value is (69,102,135). Sum of RGB (Red+Green+Blue) = 69+102+135=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #456687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456687 is #BA9978. Grayscale: #5F5F5F. Windows color (decimal): -12228985 or 8873541. OLE color: 8873541.

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

Color convert

RGB69102135-
CMYK0.490.2400.47
HSL210º32.35%40%-
HSV(B)210º48.89%52.94%-
XYZ11.5812.5224.73-
YUV95.9150.07108.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=22.55%
G=33.33%
B=44.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691021350.490.2400.4721032.3540
Hex456687311802Fd22028
Octal10514620761300573224050
Binary100010111001101000011111000111000010111111010010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456687; }

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

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

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

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

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

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

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

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