Html Css Color HEX #4A6664 Tax Break

📋 copy color: '#4A6664'

red 74 ◦ green 102 ◦ blue 100

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

Shades of Tax Break #4A6664

Tints of Tax Break #4A6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 26.81%
G = 36.96%
B = 36.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#4A6664 (or 0x4A6664) is known color: Tax Break. HEX triplet: 4A, 66 and 64. RGB value is (74,102,100). Sum of RGB (Red+Green+Blue) = 74+102+100=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6664 is #B5999B. Grayscale: #5D5D5D. Windows color (decimal): -11901340 or 6579786. OLE color: 6579786.

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

Color convert

RGB 74 102 100 -
CMYK 0.27 0 0.02 0.6
HSL 175.71º 0.16% 0.35% -
HSV(B) 175.71º 0.27% 0.4% -
XYZ 9.88 11.88 13.83 -
YUV 93.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 74 102 100 0.27 0 0.02 0.6 175.71 0.16 0.35
Hex 4A 66 64 1B 0 2 3C B0 10 23
Octal 112 146 144 33 0 2 74 260 20 43
Binary 1001010 1100110 1100100 11011 0 10 111100 10110000 10000 100011

Color Harmonies of #4A6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6664

Black with #4A6664

Text Example


Text Example

White with #4A6664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,100); }

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

background-color css

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

 a { background-color: rgb(74,102,100); }

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

border-color css

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

 span { border-color: rgb(74,102,100); }

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