#456982

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

Shades of Wedgewood #456982

Tints of Wedgewood #456982

Color information

#456982 (or 0x456982) is unknown color: approx Wedgewood. HEX triplet: 45, 69 and 82. RGB value is (69,105,130). Sum of RGB (Red+Green+Blue) = 69+105+130=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #456982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456982 is #BA967D. Grayscale: #606060. Windows color (decimal): -12228222 or 8546629. OLE color: 8546629.

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

Color convert

RGB69105130-
CMYK0.470.1900.49
HSL204.59º30.65%39.02%-
HSV(B)204.59º46.92%50.98%-
XYZ11.5412.9823.02-
YUV97.09146.57107.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=22.70%
G=34.54%
B=42.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691051300.470.1900.49204.5930.6539.02
Hex4569822F13031cd1f27
Octal10515120257230613153747
Binary10001011101001100000101011111001101100011100110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456982; }

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

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

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

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

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

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

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

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