#455676

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

Shades of Chambray #455676

Tints of Chambray #455676

Color information

#455676 (or 0x455676) is unknown color: approx Chambray. HEX triplet: 45, 56 and 76. RGB value is (69,86,118). Sum of RGB (Red+Green+Blue) = 69+86+118=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #455676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455676 is #BAA989. Grayscale: #545454. Windows color (decimal): -12233098 or 7755333. OLE color: 7755333.

HSL color Cylindrical-coordinate representation of color #455676: hue angle of 219.18º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455676 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6986118-
CMYK0.420.2700.54
HSL219.18º26.2%36.67%-
HSV(B)219.18º41.53%46.27%-
XYZ9.059.2318.44-
YUV84.56146.87116.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.27%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=25.27%
G=31.50%
B=43.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69861180.420.2700.54219.1826.236.67
Hex4556762A1B036db1a25
Octal10512616652330663333245
Binary1000101101011011101101010101101101101101101101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455676; }

 p { color: rgb(69,86,118); }

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

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

 a { background-color: rgb(69,86,118); }

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

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

 span { border-color: rgb(69,86,118); }

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