#455C76

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

Shades of Chambray #455C76

Tints of Chambray #455C76

Color information

#455C76 (or 0x455C76) is unknown color: approx Chambray. HEX triplet: 45, 5C and 76. RGB value is (69,92,118). Sum of RGB (Red+Green+Blue) = 69+92+118=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #455C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C76 is #BAA389. Grayscale: #575757. Windows color (decimal): -12231562 or 7756869. OLE color: 7756869.

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

Color convert

RGB6992118-
CMYK0.420.2200.54
HSL211.84º26.2%36.67%-
HSV(B)211.84º41.53%46.27%-
XYZ9.5510.2318.61-
YUV88.09144.88114.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=24.73%
G=32.97%
B=42.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69921180.420.2200.54211.8426.236.67
Hex455C762A16036d41a25
Octal10513416652260663243245
Binary1000101101110011101101010101011001101101101010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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