#456780

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

Shades of Wedgewood #456780

Tints of Wedgewood #456780

Color information

#456780 (or 0x456780) is unknown color: approx Wedgewood. HEX triplet: 45, 67 and 80. RGB value is (69,103,128). Sum of RGB (Red+Green+Blue) = 69+103+128=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #456780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456780 is #BA987F. Grayscale: #5F5F5F. Windows color (decimal): -12228736 or 8415045. OLE color: 8415045.

HSL color Cylindrical-coordinate representation of color #456780: hue angle of 205.42º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456780 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB69103128-
CMYK0.460.2000.50
HSL205.42º29.95%38.63%-
HSV(B)205.42º46.09%50.2%-
XYZ11.212.5222.25-
YUV95.68146.24108.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=23%
G=34.33%
B=42.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691031280.460.2000.50205.4229.9538.63
Hex4567802E14032cd1e27
Octal10514720056240623153647
Binary10001011100111100000001011101010001100101100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456780; }

 p { color: rgb(69,103,128); }

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

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

 a { background-color: rgb(69,103,128); }

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

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

 span { border-color: rgb(69,103,128); }

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