#455979

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

Shades of Chambray #455979

Tints of Chambray #455979

Color information

#455979 (or 0x455979) is unknown color: approx Chambray. HEX triplet: 45, 59 and 79. RGB value is (69,89,121). Sum of RGB (Red+Green+Blue) = 69+89+121=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #455979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455979 is #BAA686. Grayscale: #565656. Windows color (decimal): -12232327 or 7952709. OLE color: 7952709.

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

Color convert

RGB6989121-
CMYK0.430.2600.53
HSL216.92º27.37%37.25%-
HSV(B)216.92º42.98%47.45%-
XYZ9.489.7919.48-
YUV86.67147.37115.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=24.73%
G=31.90%
B=43.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69891210.430.2600.53216.9227.3737.25
Hex4559792B1A035d91b25
Octal10513117153320653313345
Binary1000101101100111110011010111101001101011101100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455979; }

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

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

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

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

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

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

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

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