Html Css Color HEX #445D79 Chambray

📋 copy color: '#445D79'

red 68 ◦ green 93 ◦ blue 121

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

Shades of Chambray #445D79

Tints of Chambray #445D79

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

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

R = 24.11%
G = 32.98%
B = 42.91%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445D79 (or 0x445D79) is known color: Chambray. HEX triplet: 44, 5D and 79. RGB value is (68,93,121). Sum of RGB (Red+Green+Blue) = 68+93+121=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #445D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D79 is #BBA286. Grayscale: #585858. Windows color (decimal): -12296839 or 7953732. OLE color: 7953732.

HSL color Cylindrical-coordinate representation of color #445D79: hue angle of 211.7º 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 #445D79 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 93 121 -
CMYK 0.44 0.23 0 0.53
HSL 211.7º 0.28% 0.37% -
HSV(B) 211.7º 0.44% 0.47% -
XYZ 9.75 10.44 19.59 -
YUV 88.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 68 93 121 0.44 0.23 0 0.53 211.7 0.28 0.37
Hex 44 5D 79 2C 17 0 35 D4 1C 25
Octal 104 135 171 54 27 0 65 324 34 45
Binary 1000100 1011101 1111001 101100 10111 0 110101 11010100 11100 100101

Color Harmonies of #445D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D79

Black with #445D79

Text Example


Text Example

White with #445D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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