#455770

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

Shades of Chambray #455770

Tints of Chambray #455770

Color information

#455770 (or 0x455770) is unknown color: approx Chambray. HEX triplet: 45, 57 and 70. RGB value is (69,87,112). Sum of RGB (Red+Green+Blue) = 69+87+112=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #455770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455770 is #BAA88F. Grayscale: #545454. Windows color (decimal): -12232848 or 7362373. OLE color: 7362373.

HSL color Cylindrical-coordinate representation of color #455770: hue angle of 214.88º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455770 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6987112-
CMYK0.380.2200.56
HSL214.88º23.76%35.49%-
HSV(B)214.88º38.39%43.92%-
XYZ8.799.2516.65-
YUV84.47143.54116.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=25.75%
G=32.46%
B=41.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69871120.380.2200.56214.8823.7635.49
Hex4557702616038d71823
Octal10512716046260703273043
Binary1000101101011111100001001101011001110001101011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455770; }

 p { color: rgb(69,87,112); }

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

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

 a { background-color: rgb(69,87,112); }

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

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

 span { border-color: rgb(69,87,112); }

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