Html Css Color HEX #445977 Chambray

📋 copy color: '#445977'

red 68 ◦ green 89 ◦ blue 119

#445977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #445977

Tints of Chambray #445977

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 value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445977 (or 0x445977) is known color: 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

RGB 68 89 119 -
CMYK 0.43 0.25 0 0.53
HSL 215.29º 0.27% 0.37% -
HSV(B) 215.29º 0.43% 0.47% -
XYZ 9.29 9.71 18.84 -
YUV 86.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 68 89 119 0.43 0.25 0 0.53 215.29 0.27 0.37
Hex 44 59 77 2B 19 0 35 D7 1B 25
Octal 104 131 167 53 31 0 65 327 33 45
Binary 1000100 1011001 1110111 101011 11001 0 110101 11010111 11011 100101

Color Harmonies of #445977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445977

Black with #445977

Text Example


Text Example

White with #445977

Text Example


Text Example

HTML Codes & Css Web 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>