#456480

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

Shades of Wedgewood #456480

Tints of Wedgewood #456480

Color information

#456480 (or 0x456480) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 80. RGB value is (69,100,128). Sum of RGB (Red+Green+Blue) = 69+100+128=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 128 - color contains mainly: blue. Hex color #456480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456480 is #BA9B7F. Grayscale: #5D5D5D. Windows color (decimal): -12229504 or 8414277. OLE color: 8414277.

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

Color convert

RGB69100128-
CMYK0.460.2200.50
HSL208.47º29.95%38.63%-
HSV(B)208.47º46.09%50.2%-
XYZ10.9111.9422.15-
YUV93.92147.23110.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 128 (50.39% from 255) = 43.10%
R=23.23%
G=33.67%
B=43.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691001280.460.2200.50208.4729.9538.63
Hex4564802E16032d01e27
Octal10514420056260623203647
Binary10001011100100100000001011101011001100101101000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456480; }

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

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

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

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

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

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

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

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