#455675

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

Shades of Chambray #455675

Tints of Chambray #455675

Color information

#455675 (or 0x455675) is unknown color: approx Chambray. HEX triplet: 45, 56 and 75. RGB value is (69,86,117). Sum of RGB (Red+Green+Blue) = 69+86+117=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #455675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455675 is #BAA98A. Grayscale: #545454. Windows color (decimal): -12233099 or 7689797. OLE color: 7689797.

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

Color convert

RGB6986117-
CMYK0.410.2600.54
HSL218.75º25.81%36.47%-
HSV(B)218.75º41.03%45.88%-
XYZ8.999.2118.13-
YUV84.45146.37116.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 117 (46.09% from 255) = 43.01%
R=25.37%
G=31.62%
B=43.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69861170.410.2600.54218.7525.8136.47
Hex455675291A036db1a24
Octal10512616551320663333244
Binary1000101101011011101011010011101001101101101101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455675; }

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

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

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

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

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

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

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

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