#455978

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

Shades of Chambray #455978

Tints of Chambray #455978

Color information

#455978 (or 0x455978) is unknown color: approx Chambray. HEX triplet: 45, 59 and 78. RGB value is (69,89,120). Sum of RGB (Red+Green+Blue) = 69+89+120=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #455978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455978 is #BAA687. Grayscale: #565656. Windows color (decimal): -12232328 or 7887173. OLE color: 7887173.

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

Color convert

RGB6989120-
CMYK0.420.2600.53
HSL216.47º26.98%37.06%-
HSV(B)216.47º42.5%47.06%-
XYZ9.429.7719.16-
YUV86.55146.87115.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=24.82%
G=32.01%
B=43.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69891200.420.2600.53216.4726.9837.06
Hex4559782A1A035d81b25
Octal10513117052320653303345
Binary1000101101100111110001010101101001101011101100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455978; }

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

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

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

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

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

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

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

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