Html Css Color HEX #486A4C Killarney

📋 copy color: '#486A4C'

red 72 ◦ green 106 ◦ blue 76

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

Shades of Killarney #486A4C

Tints of Killarney #486A4C

RGB

 RED value IS 72 (28.52% from 255) = 28.35%

 GREEN value IS 106 (41.8% from 255) = 41.73%

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

R = 28.35%
G = 41.73%
B = 29.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#486A4C (or 0x486A4C) is known color: Killarney. HEX triplet: 48, 6A and 4C. RGB value is (72,106,76). Sum of RGB (Red+Green+Blue) = 72+106+76=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #486A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A4C is #B795B3. Grayscale: #5C5C5C. Windows color (decimal): -12031412 or 5007944. OLE color: 5007944.

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

Color convert

RGB 72 106 76 -
CMYK 0.32 0 0.28 0.58
HSL 127.06º 0.19% 0.35% -
HSV(B) 127.06º 0.32% 0.42% -
XYZ 9.13 12.21 8.71 -
YUV 92.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 72 106 76 0.32 0 0.28 0.58 127.06 0.19 0.35
Hex 48 6A 4C 20 0 1C 3A 7F 13 23
Octal 110 152 114 40 0 34 72 177 23 43
Binary 1001000 1101010 1001100 100000 0 11100 111010 1111111 10011 100011

Color Harmonies of #486A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A4C

Black with #486A4C

Text Example


Text Example

White with #486A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486A4C; }

 p { color: rgb(72,106,76); }

 H1.HeaderClassName
 {
   color: #486A4C;
 }
 .AnyTagClassName
 {
   color: #486A4C;
 }
</style>

background-color css

<style>
 a { background-color: #486A4C; }

 a { background-color: rgb(72,106,76); }

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

border-color css

<style>
 span { border-color: #486A4C; }

 span { border-color: rgb(72,106,76); }

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