Html Css Color HEX #4C6468 Tax Break

📋 copy color: '#4C6468'

red 76 ◦ green 100 ◦ blue 104

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

Shades of Tax Break #4C6468

Tints of Tax Break #4C6468

RGB

 RED value IS 76 (30.08% from 255) = 27.14%

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 27.14%
G = 35.71%
B = 37.14%

CMYK

 C value IS 0.27

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C6468 (or 0x4C6468) is known color: Tax Break. HEX triplet: 4C, 64 and 68. RGB value is (76,100,104). Sum of RGB (Red+Green+Blue) = 76+100+104=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C6468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6468 is #B39B97. Grayscale: #5D5D5D. Windows color (decimal): -11770776 or 6841420. OLE color: 6841420.

HSL color Cylindrical-coordinate representation of color #4C6468: hue angle of 188.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6468 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 100 104 -
CMYK 0.27 0.04 0 0.59
HSL 188.57º 0.16% 0.35% -
HSV(B) 188.57º 0.27% 0.41% -
XYZ 10.04 11.65 14.82 -
YUV 93.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 76 100 104 0.27 0.04 0 0.59 188.57 0.16 0.35
Hex 4C 64 68 1B 4 0 3B BD 10 23
Octal 114 144 150 33 4 0 73 275 20 43
Binary 1001100 1100100 1101000 11011 100 0 111011 10111101 10000 100011

Color Harmonies of #4C6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6468

Black with #4C6468

Text Example


Text Example

White with #4C6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6468; }

 p { color: rgb(76,100,104); }

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

background-color css

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

 a { background-color: rgb(76,100,104); }

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

border-color css

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

 span { border-color: rgb(76,100,104); }

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