Html Css Color HEX #445776 Chambray

📋 copy color: '#445776'

red 68 ◦ green 87 ◦ blue 118

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

Shades of Chambray #445776

Tints of Chambray #445776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 24.91%
G = 31.87%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445776 (or 0x445776) is known color: Chambray. HEX triplet: 44, 57 and 76. RGB value is (68,87,118). Sum of RGB (Red+Green+Blue) = 68+87+118=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #445776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445776 is #BBA889. Grayscale: #545454. Windows color (decimal): -12298378 or 7755588. OLE color: 7755588.

HSL color Cylindrical-coordinate representation of color #445776: hue angle of 217.2º degrees, saturation: 0.27, 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 #445776 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 87 118 -
CMYK 0.42 0.26 0 0.54
HSL 217.2º 0.27% 0.36% -
HSV(B) 217.2º 0.42% 0.46% -
XYZ 9.06 9.35 18.47 -
YUV 84.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 68 87 118 0.42 0.26 0 0.54 217.2 0.27 0.36
Hex 44 57 76 2A 1A 0 36 D9 1B 24
Octal 104 127 166 52 32 0 66 331 33 44
Binary 1000100 1010111 1110110 101010 11010 0 110110 11011001 11011 100100

Color Harmonies of #445776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445776

Black with #445776

Text Example


Text Example

White with #445776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445776; }

 p { color: rgb(68,87,118); }

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

background-color css

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

 a { background-color: rgb(68,87,118); }

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

border-color css

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

 span { border-color: rgb(68,87,118); }

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