Html Css Color HEX #445971 Chambray

📋 copy color: '#445971'

red 68 ◦ green 89 ◦ blue 113

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

Shades of Chambray #445971

Tints of Chambray #445971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 25.19%
G = 32.96%
B = 41.85%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445971 (or 0x445971) is known color: Chambray. HEX triplet: 44, 59 and 71. RGB value is (68,89,113). Sum of RGB (Red+Green+Blue) = 68+89+113=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #445971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445971 is #BBA68E. Grayscale: #555555. Windows color (decimal): -12297871 or 7428420. OLE color: 7428420.

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

Color convert

RGB 68 89 113 -
CMYK 0.40 0.21 0 0.56
HSL 212º 0.25% 0.35% -
HSV(B) 212º 0.4% 0.44% -
XYZ 8.94 9.57 17 -
YUV 85.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 68 89 113 0.40 0.21 0 0.56 212 0.25 0.35
Hex 44 59 71 28 15 0 38 D4 19 23
Octal 104 131 161 50 25 0 70 324 31 43
Binary 1000100 1011001 1110001 101000 10101 0 111000 11010100 11001 100011

Color Harmonies of #445971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445971

Black with #445971

Text Example


Text Example

White with #445971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445971; }

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

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

background-color css

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

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

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

border-color css

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

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

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