#4A694E

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

Shades of Killarney #4A694E

Tints of Killarney #4A694E

Color information

#4A694E (or 0x4A694E) is unknown color: approx Killarney. HEX triplet: 4A, 69 and 4E. RGB value is (74,105,78). Sum of RGB (Red+Green+Blue) = 74+105+78=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #4A694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A694E is #B596B1. Grayscale: #5C5C5C. Windows color (decimal): -11900594 or 5138762. OLE color: 5138762.

HSL color Cylindrical-coordinate representation of color #4A694E: hue angle of 127.74º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A694E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB7410578-
CMYK0.3000.260.59
HSL127.74º17.32%35.1%-
HSV(B)127.74º29.52%41.18%-
XYZ9.2512.119.06-
YUV92.65119.73114.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.79%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=28.79%
G=40.86%
B=30.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105780.3000.260.59127.7417.3235.1
Hex4A694E1E01A3B801123
Octal11215111636032732002143
Binary100101011010011001110111100110101110111000000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,78); }

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

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

 a { background-color: rgb(74,105,78); }

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

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

 span { border-color: rgb(74,105,78); }

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