Html Css Color HEX #486A4E Killarney

📋 copy color: '#486A4E'

red 72 ◦ green 106 ◦ blue 78

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

Shades of Killarney #486A4E

Tints of Killarney #486A4E

RGB

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

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

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

R = 28.13%
G = 41.41%
B = 30.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#486A4E (or 0x486A4E) is known color: Killarney. HEX triplet: 48, 6A and 4E. RGB value is (72,106,78). Sum of RGB (Red+Green+Blue) = 72+106+78=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #486A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A4E is #B795B1. Grayscale: #5C5C5C. Windows color (decimal): -12031410 or 5139016. OLE color: 5139016.

HSL color Cylindrical-coordinate representation of color #486A4E: hue angle of 130.59º 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 #486A4E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 78 -
CMYK 0.32 0 0.26 0.58
HSL 130.59º 0.19% 0.35% -
HSV(B) 130.59º 0.32% 0.42% -
XYZ 9.2 12.24 9.08 -
YUV 92.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 72 106 78 0.32 0 0.26 0.58 130.59 0.19 0.35
Hex 48 6A 4E 20 0 1A 3A 83 13 23
Octal 110 152 116 40 0 32 72 203 23 43
Binary 1001000 1101010 1001110 100000 0 11010 111010 10000011 10011 100011

Color Harmonies of #486A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A4E

Black with #486A4E

Text Example


Text Example

White with #486A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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