#486B4B

Color #486B4B Killarney (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Killarney #486B4B

Tints of Killarney #486B4B

Color information

#486B4B (or 0x486B4B) is unknown color: approx Killarney. HEX triplet: 48, 6B and 4B. RGB value is (72,107,75). Sum of RGB (Red+Green+Blue) = 72+107+75=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #486B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B4B is #B794B4. Grayscale: #5C5C5C. Windows color (decimal): -12031157 or 4942664. OLE color: 4942664.

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

Color convert

RGB7210775-
CMYK0.3300.300.58
HSL125.14º19.55%35.1%-
HSV(B)125.14º32.71%41.96%-
XYZ9.212.48.57-
YUV92.89117.9113.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=28.35%
G=42.13%
B=29.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107750.3300.300.58125.1419.5535.1
Hex486B4B2101E3A7d1423
Octal11015311341036721752443
Binary100100011010111001011100001011110111010111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #486B4B;
 }
 .AnyTagClassName
 {
   color: #486B4B;
 }
</style>
background-color css

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

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

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

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

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

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