#455970

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

Shades of Chambray #455970

Tints of Chambray #455970

Color information

#455970 (or 0x455970) is unknown color: approx Chambray. HEX triplet: 45, 59 and 70. RGB value is (69,89,112). Sum of RGB (Red+Green+Blue) = 69+89+112=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #455970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455970 is #BAA68F. Grayscale: #555555. Windows color (decimal): -12232336 or 7362885. OLE color: 7362885.

HSL color Cylindrical-coordinate representation of color #455970: hue angle of 212.09º 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 #455970 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6989112-
CMYK0.380.2100.56
HSL212.09º23.76%35.49%-
HSV(B)212.09º38.39%43.92%-
XYZ8.959.5816.71-
YUV85.64142.87116.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 112 (44.14% from 255) = 41.48%
R=25.56%
G=32.96%
B=41.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69891120.380.2100.56212.0923.7635.49
Hex4559702615038d41823
Octal10513116046250703243043
Binary1000101101100111100001001101010101110001101010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455970; }

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

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

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

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

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

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

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

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