Html Css Color HEX #486B4E Killarney

📋 copy color: '#486B4E'

red 72 ◦ green 107 ◦ blue 78

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

Shades of Killarney #486B4E

Tints of Killarney #486B4E

RGB

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

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

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

R = 28.02%
G = 41.63%
B = 30.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#486B4E (or 0x486B4E) is known color: Killarney. HEX triplet: 48, 6B and 4E. RGB value is (72,107,78). Sum of RGB (Red+Green+Blue) = 72+107+78=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #486B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B4E is #B794B1. Grayscale: #5D5D5D. Windows color (decimal): -12031154 or 5139272. OLE color: 5139272.

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

Color convert

RGB 72 107 78 -
CMYK 0.33 0 0.27 0.58
HSL 130.29º 0.2% 0.35% -
HSV(B) 130.29º 0.33% 0.42% -
XYZ 9.31 12.44 9.12 -
YUV 93.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 72 107 78 0.33 0 0.27 0.58 130.29 0.2 0.35
Hex 48 6B 4E 21 0 1B 3A 82 14 23
Octal 110 153 116 41 0 33 72 202 24 43
Binary 1001000 1101011 1001110 100001 0 11011 111010 10000010 10100 100011

Color Harmonies of #486B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B4E

Black with #486B4E

Text Example


Text Example

White with #486B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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