Html Css Color HEX #445676 Chambray

📋 copy color: '#445676'

red 68 ◦ green 86 ◦ blue 118

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

Shades of Chambray #445676

Tints of Chambray #445676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 25%
G = 31.62%
B = 43.38%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445676 (or 0x445676) is known color: Chambray. HEX triplet: 44, 56 and 76. RGB value is (68,86,118). Sum of RGB (Red+Green+Blue) = 68+86+118=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #445676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445676 is #BBA989. Grayscale: #545454. Windows color (decimal): -12298634 or 7755332. OLE color: 7755332.

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

Color convert

RGB 68 86 118 -
CMYK 0.42 0.27 0 0.54
HSL 218.4º 0.27% 0.36% -
HSV(B) 218.4º 0.42% 0.46% -
XYZ 8.98 9.19 18.44 -
YUV 84.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 68 86 118 0.42 0.27 0 0.54 218.4 0.27 0.36
Hex 44 56 76 2A 1B 0 36 DA 1B 24
Octal 104 126 166 52 33 0 66 332 33 44
Binary 1000100 1010110 1110110 101010 11011 0 110110 11011010 11011 100100

Color Harmonies of #445676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445676

Black with #445676

Text Example


Text Example

White with #445676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445676; }

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

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

background-color css

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

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

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

border-color css

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

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

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