Html Css Color HEX #445975 Chambray

📋 copy color: '#445975'

red 68 ◦ green 89 ◦ blue 117

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

Shades of Chambray #445975

Tints of Chambray #445975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 24.82%
G = 32.48%
B = 42.7%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445975 (or 0x445975) is known color: Chambray. HEX triplet: 44, 59 and 75. RGB value is (68,89,117). Sum of RGB (Red+Green+Blue) = 68+89+117=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #445975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445975 is #BBA68A. Grayscale: #555555. Windows color (decimal): -12297867 or 7690564. OLE color: 7690564.

HSL color Cylindrical-coordinate representation of color #445975: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445975 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 89 117 -
CMYK 0.42 0.24 0 0.54
HSL 214.29º 0.26% 0.36% -
HSV(B) 214.29º 0.42% 0.46% -
XYZ 9.17 9.66 18.21 -
YUV 85.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 68 89 117 0.42 0.24 0 0.54 214.29 0.26 0.36
Hex 44 59 75 2A 18 0 36 D6 1A 24
Octal 104 131 165 52 30 0 66 326 32 44
Binary 1000100 1011001 1110101 101010 11000 0 110110 11010110 11010 100100

Color Harmonies of #445975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445975

Black with #445975

Text Example


Text Example

White with #445975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445975; }

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

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

background-color css

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

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

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

border-color css

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

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

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