#456591

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

Shades of Wedgewood #456591

Tints of Wedgewood #456591

Color information

#456591 (or 0x456591) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 91. RGB value is (69,101,145). Sum of RGB (Red+Green+Blue) = 69+101+145=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #456591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456591 is #BA9A6E. Grayscale: #606060. Windows color (decimal): -12229231 or 9528645. OLE color: 9528645.

HSL color Cylindrical-coordinate representation of color #456591: hue angle of 214.74º 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 #456591 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69101145-
CMYK0.520.3000.43
HSL214.74º35.51%41.96%-
HSV(B)214.74º52.41%56.86%-
XYZ12.2212.6228.58-
YUV96.45155.4108.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 101 (39.84% from 255) = 32.06%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=21.90%
G=32.06%
B=46.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691011450.520.3000.43214.7435.5141.96
Hex456591341E02Bd7242a
Octal10514522164360533274452
Binary100010111001011001000111010011110010101111010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456591; }

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

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

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

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

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

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

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

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