#456981

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

Shades of Wedgewood #456981

Tints of Wedgewood #456981

Color information

#456981 (or 0x456981) is unknown color: approx Wedgewood. HEX triplet: 45, 69 and 81. RGB value is (69,105,129). Sum of RGB (Red+Green+Blue) = 69+105+129=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #456981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456981 is #BA967E. Grayscale: #606060. Windows color (decimal): -12228223 or 8481093. OLE color: 8481093.

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

Color convert

RGB69105129-
CMYK0.470.1900.49
HSL204º30.3%38.82%-
HSV(B)204º46.51%50.59%-
XYZ11.4712.9522.66-
YUV96.97146.07108.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 105 (41.41% from 255) = 34.65%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=22.77%
G=34.65%
B=42.57%

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
Decimal691051290.470.1900.4920430.338.82
Hex4569812F13031cc1e27
Octal10515120157230613143647
Binary10001011101001100000011011111001101100011100110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456981; }

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

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

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

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

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

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

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

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