#455C79

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

Shades of Chambray #455C79

Tints of Chambray #455C79

Color information

#455C79 (or 0x455C79) is unknown color: approx Chambray. HEX triplet: 45, 5C and 79. RGB value is (69,92,121). Sum of RGB (Red+Green+Blue) = 69+92+121=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #455C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C79 is #BAA386. Grayscale: #585858. Windows color (decimal): -12231559 or 7953477. OLE color: 7953477.

HSL color Cylindrical-coordinate representation of color #455C79: hue angle of 213.46º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455C79 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6992121-
CMYK0.430.2400.53
HSL213.46º27.37%37.25%-
HSV(B)213.46º42.98%47.45%-
XYZ9.7310.319.56-
YUV88.43146.38114.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=24.47%
G=32.62%
B=42.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69921210.430.2400.53213.4627.3737.25
Hex455C792B18035d51b25
Octal10513417153300653253345
Binary1000101101110011110011010111100001101011101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,92,121); }

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

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

 a { background-color: rgb(69,92,121); }

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

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

 span { border-color: rgb(69,92,121); }

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