Html Css Color HEX #445970 Chambray

📋 copy color: '#445970'

red 68 ◦ green 89 ◦ blue 112

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

Shades of Chambray #445970

Tints of Chambray #445970

RGB

 RED value IS 68 (26.95% from 255) = 25.28%

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 25.28%
G = 33.09%
B = 41.64%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445970 (or 0x445970) is known color: Chambray. HEX triplet: 44, 59 and 70. RGB value is (68,89,112). Sum of RGB (Red+Green+Blue) = 68+89+112=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #445970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445970 is #BBA68F. Grayscale: #555555. Windows color (decimal): -12297872 or 7362884. OLE color: 7362884.

HSL color Cylindrical-coordinate representation of color #445970: hue angle of 211.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445970 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 89 112 -
CMYK 0.39 0.21 0 0.56
HSL 211.36º 0.24% 0.35% -
HSV(B) 211.36º 0.39% 0.44% -
XYZ 8.88 9.54 16.7 -
YUV 85.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 68 89 112 0.39 0.21 0 0.56 211.36 0.24 0.35
Hex 44 59 70 27 15 0 38 D3 18 23
Octal 104 131 160 47 25 0 70 323 30 43
Binary 1000100 1011001 1110000 100111 10101 0 111000 11010011 11000 100011

Color Harmonies of #445970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445970

Black with #445970

Text Example


Text Example

White with #445970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445970; }

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

 H1.HeaderClassName
 {
   color: #445970;
 }
 .AnyTagClassName
 {
   color: #445970;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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