#455673

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

Shades of Chambray #455673

Tints of Chambray #455673

Color information

#455673 (or 0x455673) is unknown color: approx Chambray. HEX triplet: 45, 56 and 73. RGB value is (69,86,115). Sum of RGB (Red+Green+Blue) = 69+86+115=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #455673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455673 is #BAA98C. Grayscale: #545454. Windows color (decimal): -12233101 or 7558725. OLE color: 7558725.

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

Color convert

RGB6986115-
CMYK0.40.2500.55
HSL217.83º25%36.08%-
HSV(B)217.83º40%45.1%-
XYZ8.889.1617.52-
YUV84.22145.37117.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 115 (45.31% from 255) = 42.59%
R=25.56%
G=31.85%
B=42.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69861150.40.2500.55217.832536.08
Hex4556732819037da1924
Octal10512616350310673323144
Binary1000101101011011100111010001100101101111101101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455673; }

 p { color: rgb(69,86,115); }

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

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

 a { background-color: rgb(69,86,115); }

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

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

 span { border-color: rgb(69,86,115); }

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