Html Css Color HEX #445579 Chambray

📋 copy color: '#445579'

red 68 ◦ green 85 ◦ blue 121

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

Shades of Chambray #445579

Tints of Chambray #445579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 24.82%
G = 31.02%
B = 44.16%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445579 (or 0x445579) is known color: Chambray. HEX triplet: 44, 55 and 79. RGB value is (68,85,121). Sum of RGB (Red+Green+Blue) = 68+85+121=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #445579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445579 is #BBAA86. Grayscale: #535353. Windows color (decimal): -12298887 or 7951684. OLE color: 7951684.

HSL color Cylindrical-coordinate representation of color #445579: hue angle of 220.75º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445579 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 85 121 -
CMYK 0.44 0.30 0 0.53
HSL 220.75º 0.28% 0.37% -
HSV(B) 220.75º 0.44% 0.47% -
XYZ 9.08 9.11 19.37 -
YUV 84.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 68 85 121 0.44 0.30 0 0.53 220.75 0.28 0.37
Hex 44 55 79 2C 1E 0 35 DD 1C 25
Octal 104 125 171 54 36 0 65 335 34 45
Binary 1000100 1010101 1111001 101100 11110 0 110101 11011101 11100 100101

Color Harmonies of #445579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445579

Black with #445579

Text Example


Text Example

White with #445579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445579; }

 p { color: rgb(68,85,121); }

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

background-color css

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

 a { background-color: rgb(68,85,121); }

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

border-color css

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

 span { border-color: rgb(68,85,121); }

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