#4B704E

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

Shades of Killarney #4B704E

Tints of Killarney #4B704E

Color information

#4B704E (or 0x4B704E) is unknown color: approx Killarney. HEX triplet: 4B, 70 and 4E. RGB value is (75,112,78). Sum of RGB (Red+Green+Blue) = 75+112+78=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #4B704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B704E is #B48FB1. Grayscale: #616161. Windows color (decimal): -11833266 or 5140555. OLE color: 5140555.

HSL color Cylindrical-coordinate representation of color #4B704E: hue angle of 124.86º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B704E is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB7511278-
CMYK0.3300.300.56
HSL124.86º19.79%36.67%-
HSV(B)124.86º33.04%43.92%-
XYZ10.0713.639.31-
YUV97.06117.24112.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.30%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=28.30%
G=42.26%
B=29.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112780.3300.300.56124.8619.7936.67
Hex4B704E2101E387d1425
Octal11316011641036701752445
Binary100101111100001001110100001011110111000111110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,78); }

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

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

 a { background-color: rgb(75,112,78); }

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

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

 span { border-color: rgb(75,112,78); }

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