Html Css Color HEX #4A676C Tax Break

📋 copy color: '#4A676C'

red 74 ◦ green 103 ◦ blue 108

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

Shades of Tax Break #4A676C

Tints of Tax Break #4A676C

RGB

 RED value IS 74 (29.3% from 255) = 25.96%

 GREEN value IS 103 (40.63% from 255) = 36.14%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 25.96%
G = 36.14%
B = 37.89%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4A676C (or 0x4A676C) is known color: Tax Break. HEX triplet: 4A, 67 and 6C. RGB value is (74,103,108). Sum of RGB (Red+Green+Blue) = 74+103+108=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A676C is #B59893. Grayscale: #5E5E5E. Windows color (decimal): -11901076 or 7104330. OLE color: 7104330.

HSL color Cylindrical-coordinate representation of color #4A676C: hue angle of 188.82º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A676C is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 103 108 -
CMYK 0.31 0.05 0 0.58
HSL 188.82º 0.19% 0.36% -
HSV(B) 188.82º 0.31% 0.42% -
XYZ 10.38 12.24 16 -
YUV 94.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 74 103 108 0.31 0.05 0 0.58 188.82 0.19 0.36
Hex 4A 67 6C 1F 5 0 3A BD 13 24
Octal 112 147 154 37 5 0 72 275 23 44
Binary 1001010 1100111 1101100 11111 101 0 111010 10111101 10011 100100

Color Harmonies of #4A676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A676C

Black with #4A676C

Text Example


Text Example

White with #4A676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,108); }

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

background-color css

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

 a { background-color: rgb(74,103,108); }

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

border-color css

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

 span { border-color: rgb(74,103,108); }

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