Html Css Color HEX #445972 Chambray

📋 copy color: '#445972'

red 68 ◦ green 89 ◦ blue 114

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

Shades of Chambray #445972

Tints of Chambray #445972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 25.09%
G = 32.84%
B = 42.07%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445972 (or 0x445972) is known color: Chambray. HEX triplet: 44, 59 and 72. RGB value is (68,89,114). Sum of RGB (Red+Green+Blue) = 68+89+114=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #445972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445972 is #BBA68D. Grayscale: #555555. Windows color (decimal): -12297870 or 7493956. OLE color: 7493956.

HSL color Cylindrical-coordinate representation of color #445972: hue angle of 212.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445972 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 89 114 -
CMYK 0.40 0.22 0 0.55
HSL 212.61º 0.25% 0.36% -
HSV(B) 212.61º 0.4% 0.45% -
XYZ 8.99 9.59 17.3 -
YUV 85.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 68 89 114 0.40 0.22 0 0.55 212.61 0.25 0.36
Hex 44 59 72 28 16 0 37 D5 19 24
Octal 104 131 162 50 26 0 67 325 31 44
Binary 1000100 1011001 1110010 101000 10110 0 110111 11010101 11001 100100

Color Harmonies of #445972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445972

Black with #445972

Text Example


Text Example

White with #445972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445972; }

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

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

background-color css

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

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

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

border-color css

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

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

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