#456482

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

Shades of Wedgewood #456482

Tints of Wedgewood #456482

Color information

#456482 (or 0x456482) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 82. RGB value is (69,100,130). Sum of RGB (Red+Green+Blue) = 69+100+130=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #456482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456482 is #BA9B7D. Grayscale: #5E5E5E. Windows color (decimal): -12229502 or 8545349. OLE color: 8545349.

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

Color convert

RGB69100130-
CMYK0.470.2300.49
HSL209.51º30.65%39.02%-
HSV(B)209.51º46.92%50.98%-
XYZ11.0411.9922.85-
YUV94.15148.23110.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=23.08%
G=33.44%
B=43.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691001300.470.2300.49209.5130.6539.02
Hex4564822F17031d21f27
Octal10514420257270613223747
Binary10001011100100100000101011111011101100011101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456482; }

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

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

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

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

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

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

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

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