Html Css Color HEX #445476 Chambray

📋 copy color: '#445476'

red 68 ◦ green 84 ◦ blue 118

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

Shades of Chambray #445476

Tints of Chambray #445476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 25.19%
G = 31.11%
B = 43.7%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445476 (or 0x445476) is known color: Chambray. HEX triplet: 44, 54 and 76. RGB value is (68,84,118). Sum of RGB (Red+Green+Blue) = 68+84+118=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #445476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445476 is #BBAB89. Grayscale: #525252. Windows color (decimal): -12299146 or 7754820. OLE color: 7754820.

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

Color convert

RGB 68 84 118 -
CMYK 0.42 0.29 0 0.54
HSL 220.8º 0.27% 0.36% -
HSV(B) 220.8º 0.42% 0.46% -
XYZ 8.82 8.88 18.39 -
YUV 83.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 68 84 118 0.42 0.29 0 0.54 220.8 0.27 0.36
Hex 44 54 76 2A 1D 0 36 DD 1B 24
Octal 104 124 166 52 35 0 66 335 33 44
Binary 1000100 1010100 1110110 101010 11101 0 110110 11011101 11011 100100

Color Harmonies of #445476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445476

Black with #445476

Text Example


Text Example

White with #445476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445476; }

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

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

background-color css

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

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

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

border-color css

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

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

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