Html Css Color HEX #4A774E Killarney

📋 copy color: '#4A774E'

red 74 ◦ green 119 ◦ blue 78

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

Shades of Killarney #4A774E

Tints of Killarney #4A774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 27.31%
G = 43.91%
B = 28.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#4A774E (or 0x4A774E) is known color: Killarney. HEX triplet: 4A, 77 and 4E. RGB value is (74,119,78). Sum of RGB (Red+Green+Blue) = 74+119+78=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #4A774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A774E is #B588B1. Grayscale: #646464. Windows color (decimal): -11897010 or 5142346. OLE color: 5142346.

HSL color Cylindrical-coordinate representation of color #4A774E: hue angle of 125.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A774E is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 119 78 -
CMYK 0.38 0 0.34 0.53
HSL 125.33º 0.23% 0.38% -
HSV(B) 125.33º 0.38% 0.47% -
XYZ 10.8 15.2 9.57 -
YUV 100.87 115.09 108.83 -
System Red Green Blue C M Y K H S L
Decimal 74 119 78 0.38 0 0.34 0.53 125.33 0.23 0.38
Hex 4A 77 4E 26 0 22 35 7D 17 26
Octal 112 167 116 46 0 42 65 175 27 46
Binary 1001010 1110111 1001110 100110 0 100010 110101 1111101 10111 100110

Color Harmonies of #4A774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A774E

Black with #4A774E

Text Example


Text Example

White with #4A774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,119,78); }

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

background-color css

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

 a { background-color: rgb(74,119,78); }

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

border-color css

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

 span { border-color: rgb(74,119,78); }

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