#4A684E

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

Shades of Killarney #4A684E

Tints of Killarney #4A684E

Color information

#4A684E (or 0x4A684E) is unknown color: approx Killarney. HEX triplet: 4A, 68 and 4E. RGB value is (74,104,78). Sum of RGB (Red+Green+Blue) = 74+104+78=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #4A684E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A684E is #B597B1. Grayscale: #5C5C5C. Windows color (decimal): -11900850 or 5138506. OLE color: 5138506.

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

Color convert

RGB7410478-
CMYK0.2900.250.59
HSL128º16.85%34.9%-
HSV(B)128º28.85%40.78%-
XYZ9.1511.919.02-
YUV92.07120.06115.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=28.91%
G=40.62%
B=30.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104780.2900.250.5912816.8534.9
Hex4A684E1D0193B801123
Octal11215011635031732002143
Binary100101011010001001110111010110011110111000000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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