#45597C

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

Shades of Chambray #45597C

Tints of Chambray #45597C

Color information

#45597C (or 0x45597C) is unknown color: approx Chambray. HEX triplet: 45, 59 and 7C. RGB value is (69,89,124). Sum of RGB (Red+Green+Blue) = 69+89+124=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #45597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45597C is #BAA683. Grayscale: #565656. Windows color (decimal): -12232324 or 8149317. OLE color: 8149317.

HSL color Cylindrical-coordinate representation of color #45597C: hue angle of 218.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45597C is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6989124-
CMYK0.440.2800.51
HSL218.18º28.5%37.84%-
HSV(B)218.18º44.35%48.63%-
XYZ9.669.8720.46-
YUV87.01148.87115.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=24.47%
G=31.56%
B=43.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69891240.440.2800.51218.1828.537.84
Hex45597C2C1C033da1c26
Octal10513117454340633323446
Binary1000101101100111111001011001110001100111101101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45597C; }

 p { color: rgb(69,89,124); }

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

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

 a { background-color: rgb(69,89,124); }

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

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

 span { border-color: rgb(69,89,124); }

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