#4B694E

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

Shades of Killarney #4B694E

Tints of Killarney #4B694E

Color information

#4B694E (or 0x4B694E) is unknown color: approx Killarney. HEX triplet: 4B, 69 and 4E. RGB value is (75,105,78). Sum of RGB (Red+Green+Blue) = 75+105+78=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #4B694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B694E is #B496B1. Grayscale: #5D5D5D. Windows color (decimal): -11835058 or 5138763. OLE color: 5138763.

HSL color Cylindrical-coordinate representation of color #4B694E: hue angle of 126º 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 #4B694E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB7510578-
CMYK0.2900.260.59
HSL126º16.67%35.29%-
HSV(B)126º28.57%41.18%-
XYZ9.3312.159.06-
YUV92.95119.56115.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=29.07%
G=40.70%
B=30.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105780.2900.260.5912616.6735.29
Hex4B694E1D01A3B7e1123
Octal11315111635032731762143
Binary10010111101001100111011101011010111011111111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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