Html Css Color HEX #445D80 Chambray

📋 copy color: '#445D80'

red 68 ◦ green 93 ◦ blue 128

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

Shades of Chambray #445D80

Tints of Chambray #445D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 23.53%
G = 32.18%
B = 44.29%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#445D80 (or 0x445D80) is known color: Chambray. HEX triplet: 44, 5D and 80. RGB value is (68,93,128). Sum of RGB (Red+Green+Blue) = 68+93+128=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #445D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445D80 is #BBA27F. Grayscale: #595959. Windows color (decimal): -12296832 or 8412484. OLE color: 8412484.

HSL color Cylindrical-coordinate representation of color #445D80: hue angle of 215º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #445D80 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 93 128 -
CMYK 0.47 0.27 0 0.50
HSL 215º 0.31% 0.38% -
HSV(B) 215º 0.47% 0.5% -
XYZ 10.19 10.62 21.93 -
YUV 89.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 68 93 128 0.47 0.27 0 0.50 215 0.31 0.38
Hex 44 5D 80 2F 1B 0 32 D7 1F 26
Octal 104 135 200 57 33 0 62 327 37 46
Binary 1000100 1011101 10000000 101111 11011 0 110010 11010111 11111 100110

Color Harmonies of #445D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D80

Black with #445D80

Text Example


Text Example

White with #445D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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