Html Css Color HEX #4B704E Killarney

📋 copy color: '#4B704E'

red 75 ◦ green 112 ◦ blue 78

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

Shades of Killarney #4B704E

Tints of Killarney #4B704E

RGB

 RED value IS 75 (29.69% from 255) = 28.3%

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 28.3%
G = 42.26%
B = 29.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#4B704E (or 0x4B704E) is known color: 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

RGB 75 112 78 -
CMYK 0.33 0 0.30 0.56
HSL 124.86º 0.2% 0.37% -
HSV(B) 124.86º 0.33% 0.44% -
XYZ 10.07 13.63 9.31 -
YUV 97.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 75 112 78 0.33 0 0.30 0.56 124.86 0.2 0.37
Hex 4B 70 4E 21 0 1E 38 7D 14 25
Octal 113 160 116 41 0 36 70 175 24 45
Binary 1001011 1110000 1001110 100001 0 11110 111000 1111101 10100 100101

Color Harmonies of #4B704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B704E

Black with #4B704E

Text Example


Text Example

White with #4B704E

Text Example


Text Example

HTML Codes & Css Web 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>