Html Css Color HEX #4B7A49 Killarney

📋 copy color: '#4B7A49'

red 75 ◦ green 122 ◦ blue 73

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

Shades of Killarney #4B7A49

Tints of Killarney #4B7A49

RGB

 RED value IS 75 (29.69% from 255) = 27.78%

 GREEN value IS 122 (48.05% from 255) = 45.19%

 BLUE value IS 73 (28.91% from 255) = 27.04%

R = 27.78%
G = 45.19%
B = 27.04%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#4B7A49 (or 0x4B7A49) is known color: Killarney. HEX triplet: 4B, 7A and 49. RGB value is (75,122,73). Sum of RGB (Red+Green+Blue) = 75+122+73=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7A49 is #B485B6. Grayscale: #666666. Windows color (decimal): -11830711 or 4815435. OLE color: 4815435.

HSL color Cylindrical-coordinate representation of color #4B7A49: hue angle of 117.55º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7A49 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 122 73 -
CMYK 0.39 0 0.40 0.52
HSL 117.55º 0.25% 0.38% -
HSV(B) 117.55º 0.4% 0.48% -
XYZ 11.06 15.9 8.79 -
YUV 102.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 75 122 73 0.39 0 0.40 0.52 117.55 0.25 0.38
Hex 4B 7A 49 27 0 28 34 76 19 26
Octal 113 172 111 47 0 50 64 166 31 46
Binary 1001011 1111010 1001001 100111 0 101000 110100 1110110 11001 100110

Color Harmonies of #4B7A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7A49

Black with #4B7A49

Text Example


Text Example

White with #4B7A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,73); }

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

background-color css

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

 a { background-color: rgb(75,122,73); }

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

border-color css

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

 span { border-color: rgb(75,122,73); }

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