#455D73

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

Shades of Chambray #455D73

Tints of Chambray #455D73

Color information

#455D73 (or 0x455D73) is unknown color: approx Chambray. HEX triplet: 45, 5D and 73. RGB value is (69,93,115). Sum of RGB (Red+Green+Blue) = 69+93+115=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #455D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D73 is #BAA28C. Grayscale: #585858. Windows color (decimal): -12231309 or 7560517. OLE color: 7560517.

HSL color Cylindrical-coordinate representation of color #455D73: hue angle of 208.7º 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 #455D73 is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6993115-
CMYK0.40.1900.55
HSL208.7º25%36.08%-
HSV(B)208.7º40%45.1%-
XYZ9.4610.3317.72-
YUV88.33143.05114.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.91%
GREEN value IS 93 (36.72% from 255) = 33.57%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=24.91%
G=33.57%
B=41.52%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69931150.40.1900.55208.72536.08
Hex455D732813037d11924
Octal10513516350230673213144
Binary1000101101110111100111010001001101101111101000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D73; }

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

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

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

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

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

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

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

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