#455772

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

Shades of Chambray #455772

Tints of Chambray #455772

Color information

#455772 (or 0x455772) is unknown color: approx Chambray. HEX triplet: 45, 57 and 72. RGB value is (69,87,114). Sum of RGB (Red+Green+Blue) = 69+87+114=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #455772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455772 is #BAA88D. Grayscale: #545454. Windows color (decimal): -12232846 or 7493445. OLE color: 7493445.

HSL color Cylindrical-coordinate representation of color #455772: hue angle of 216º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455772 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6987114-
CMYK0.390.2400.55
HSL216º24.59%35.88%-
HSV(B)216º39.47%44.71%-
XYZ8.99.317.24-
YUV84.7144.54116.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=25.56%
G=32.22%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69871140.390.2400.5521624.5935.88
Hex4557722718037d81924
Octal10512716247300673303144
Binary1000101101011111100101001111100001101111101100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455772; }

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

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

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

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

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

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

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

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