#455879

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

Shades of Chambray #455879

Tints of Chambray #455879

Color information

#455879 (or 0x455879) is unknown color: approx Chambray. HEX triplet: 45, 58 and 79. RGB value is (69,88,121). Sum of RGB (Red+Green+Blue) = 69+88+121=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #455879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455879 is #BAA786. Grayscale: #555555. Windows color (decimal): -12232583 or 7952453. OLE color: 7952453.

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

Color convert

RGB6988121-
CMYK0.430.2700.53
HSL218.08º27.37%37.25%-
HSV(B)218.08º42.98%47.45%-
XYZ9.49.6319.45-
YUV86.08147.71115.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=24.82%
G=31.65%
B=43.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69881210.430.2700.53218.0827.3737.25
Hex4558792B1B035da1b25
Octal10513017153330653323345
Binary1000101101100011110011010111101101101011101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455879; }

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

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

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

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

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

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

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

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