#455973

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

Shades of Chambray #455973

Tints of Chambray #455973

Color information

#455973 (or 0x455973) is unknown color: approx Chambray. HEX triplet: 45, 59 and 73. RGB value is (69,89,115). Sum of RGB (Red+Green+Blue) = 69+89+115=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 115 - color contains mainly: blue. Hex color #455973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455973 is #BAA68C. Grayscale: #555555. Windows color (decimal): -12232333 or 7559493. OLE color: 7559493.

HSL color Cylindrical-coordinate representation of color #455973: hue angle of 213.91º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455973 is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6989115-
CMYK0.40.2300.55
HSL213.91º25%36.08%-
HSV(B)213.91º40%45.1%-
XYZ9.129.6517.6-
YUV85.98144.37115.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=25.27%
G=32.60%
B=42.12%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69891150.40.2300.55213.912536.08
Hex4559732817037d61924
Octal10513116350270673263144
Binary1000101101100111100111010001011101101111101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455973; }

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

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

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

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

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

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

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

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