#445977

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

Shades of Chambray #445977

Tints of Chambray #445977

Color information

#445977 (or 0x445977) is unknown color: approx Chambray. HEX triplet: 44, 59 and 77. RGB value is (68,89,119). Sum of RGB (Red+Green+Blue) = 68+89+119=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #445977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445977 is #BBA688. Grayscale: #565656. Windows color (decimal): -12297865 or 7821636. OLE color: 7821636.

HSL color Cylindrical-coordinate representation of color #445977: hue angle of 215.29º 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 #445977 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6889119-
CMYK0.430.2500.53
HSL215.29º27.27%36.67%-
HSV(B)215.29º42.86%46.67%-
XYZ9.299.7118.84-
YUV86.14146.54115.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=24.64%
G=32.25%
B=43.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68891190.430.2500.53215.2927.2736.67
Hex4459772B19035d71b25
Octal10413116753310653273345
Binary1000100101100111101111010111100101101011101011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445977; }

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

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

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

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

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

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

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

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