Html Css Color HEX #4A6B4D Killarney

📋 copy color: '#4A6B4D'

red 74 ◦ green 107 ◦ blue 77

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

Shades of Killarney #4A6B4D

Tints of Killarney #4A6B4D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.47%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 28.68%
G = 41.47%
B = 29.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#4A6B4D (or 0x4A6B4D) is known color: Killarney. HEX triplet: 4A, 6B and 4D. RGB value is (74,107,77). Sum of RGB (Red+Green+Blue) = 74+107+77=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6B4D is #B594B2. Grayscale: #5D5D5D. Windows color (decimal): -11900083 or 5073738. OLE color: 5073738.

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

Color convert

RGB 74 107 77 -
CMYK 0.31 0 0.28 0.58
HSL 125.45º 0.18% 0.35% -
HSV(B) 125.45º 0.31% 0.42% -
XYZ 9.42 12.51 8.94 -
YUV 93.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 74 107 77 0.31 0 0.28 0.58 125.45 0.18 0.35
Hex 4A 6B 4D 1F 0 1C 3A 7D 12 23
Octal 112 153 115 37 0 34 72 175 22 43
Binary 1001010 1101011 1001101 11111 0 11100 111010 1111101 10010 100011

Color Harmonies of #4A6B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B4D

Black with #4A6B4D

Text Example


Text Example

White with #4A6B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,77); }

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

background-color css

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

 a { background-color: rgb(74,107,77); }

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

border-color css

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

 span { border-color: rgb(74,107,77); }

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