#456A91

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

Shades of Wedgewood #456A91

Tints of Wedgewood #456A91

Color information

#456A91 (or 0x456A91) is unknown color: approx Wedgewood. HEX triplet: 45, 6A and 91. RGB value is (69,106,145). Sum of RGB (Red+Green+Blue) = 69+106+145=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #456A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456A91 is #BA956E. Grayscale: #636363. Windows color (decimal): -12227951 or 9529925. OLE color: 9529925.

HSL color Cylindrical-coordinate representation of color #456A91: hue angle of 210.79º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456A91 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69106145-
CMYK0.520.2700.43
HSL210.79º35.51%41.96%-
HSV(B)210.79º52.41%56.86%-
XYZ12.7213.6228.75-
YUV99.38153.74106.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=21.56%
G=33.12%
B=45.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691061450.520.2700.43210.7935.5141.96
Hex456A91341B02Bd3242a
Octal10515222164330533234452
Binary100010111010101001000111010011011010101111010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456A91; }

 p { color: rgb(69,106,145); }

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

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

 a { background-color: rgb(69,106,145); }

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

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

 span { border-color: rgb(69,106,145); }

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