#455B76

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

Shades of Chambray #455B76

Tints of Chambray #455B76

Color information

#455B76 (or 0x455B76) is unknown color: approx Chambray. HEX triplet: 45, 5B and 76. RGB value is (69,91,118). Sum of RGB (Red+Green+Blue) = 69+91+118=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #455B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B76 is #BAA489. Grayscale: #575757. Windows color (decimal): -12231818 or 7756613. OLE color: 7756613.

HSL color Cylindrical-coordinate representation of color #455B76: hue angle of 213.06º 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 #455B76 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6991118-
CMYK0.420.2300.54
HSL213.06º26.2%36.67%-
HSV(B)213.06º41.53%46.27%-
XYZ9.4710.0618.58-
YUV87.5145.21114.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=24.82%
G=32.73%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69911180.420.2300.54213.0626.236.67
Hex455B762A17036d51a25
Octal10513316652270663253245
Binary1000101101101111101101010101011101101101101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455B76; }

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

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

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

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

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

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

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

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