Html Css Color HEX #4A704C Killarney

📋 copy color: '#4A704C'

red 74 ◦ green 112 ◦ blue 76

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

Shades of Killarney #4A704C

Tints of Killarney #4A704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 28.24%
G = 42.75%
B = 29.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#4A704C (or 0x4A704C) is known color: Killarney. HEX triplet: 4A, 70 and 4C. RGB value is (74,112,76). Sum of RGB (Red+Green+Blue) = 74+112+76=262 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.24% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #4A704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A704C is #B58FB3. Grayscale: #606060. Windows color (decimal): -11898804 or 5009482. OLE color: 5009482.

HSL color Cylindrical-coordinate representation of color #4A704C: hue angle of 123.16º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A704C is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 76 -
CMYK 0.34 0 0.32 0.56
HSL 123.16º 0.2% 0.36% -
HSV(B) 123.16º 0.34% 0.44% -
XYZ 9.92 13.57 8.93 -
YUV 96.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 74 112 76 0.34 0 0.32 0.56 123.16 0.2 0.36
Hex 4A 70 4C 22 0 20 38 7B 14 24
Octal 112 160 114 42 0 40 70 173 24 44
Binary 1001010 1110000 1001100 100010 0 100000 111000 1111011 10100 100100

Color Harmonies of #4A704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A704C

Black with #4A704C

Text Example


Text Example

White with #4A704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,76); }

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

background-color css

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

 a { background-color: rgb(74,112,76); }

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

border-color css

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

 span { border-color: rgb(74,112,76); }

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