#445A77

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

Shades of Chambray #445A77

Tints of Chambray #445A77

Color information

#445A77 (or 0x445A77) is unknown color: approx Chambray. HEX triplet: 44, 5A and 77. RGB value is (68,90,119). Sum of RGB (Red+Green+Blue) = 68+90+119=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #445A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A77 is #BBA588. Grayscale: #565656. Windows color (decimal): -12297609 or 7821892. OLE color: 7821892.

HSL color Cylindrical-coordinate representation of color #445A77: hue angle of 214.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445A77 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6890119-
CMYK0.430.2400.53
HSL214.12º27.27%36.67%-
HSV(B)214.12º42.86%46.67%-
XYZ9.379.8718.86-
YUV86.73146.21114.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=24.55%
G=32.49%
B=42.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68901190.430.2400.53214.1227.2736.67
Hex445A772B18035d61b25
Octal10413216753300653263345
Binary1000100101101011101111010111100001101011101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445A77; }

 p { color: rgb(68,90,119); }

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

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

 a { background-color: rgb(68,90,119); }

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

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

 span { border-color: rgb(68,90,119); }

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