#456990

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

Shades of Wedgewood #456990

Tints of Wedgewood #456990

Color information

#456990 (or 0x456990) is unknown color: approx Wedgewood. HEX triplet: 45, 69 and 90. RGB value is (69,105,144). Sum of RGB (Red+Green+Blue) = 69+105+144=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #456990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456990 is #BA966F. Grayscale: #626262. Windows color (decimal): -12228208 or 9464133. OLE color: 9464133.

HSL color Cylindrical-coordinate representation of color #456990: hue angle of 211.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456990 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69105144-
CMYK0.520.2700.44
HSL211.2º35.21%41.76%-
HSV(B)211.2º52.08%56.47%-
XYZ12.5413.3828.31-
YUV98.68153.57106.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=21.70%
G=33.02%
B=45.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691051440.520.2700.44211.235.2141.76
Hex456990341B02Cd3232a
Octal10515122064330543234352
Binary100010111010011001000011010011011010110011010011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456990; }

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

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

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

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

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

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

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

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