#46744F

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

Shades of Killarney #46744F

Tints of Killarney #46744F

Color information

#46744F (or 0x46744F) is unknown color: approx Killarney. HEX triplet: 46, 74 and 4F. RGB value is (70,116,79). Sum of RGB (Red+Green+Blue) = 70+116+79=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #46744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46744F is #B98BB0. Grayscale: #626262. Windows color (decimal): -12159921 or 5207110. OLE color: 5207110.

HSL color Cylindrical-coordinate representation of color #46744F: hue angle of 131.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46744F is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB7011679-
CMYK0.4000.320.55
HSL131.74º24.73%36.47%-
HSV(B)131.74º39.66%45.49%-
XYZ10.1814.369.63-
YUV98.03117.26108.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=26.42%
G=43.77%
B=29.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70116790.4000.320.55131.7424.7336.47
Hex46744F2802037841924
Octal10616411750040672043144
Binary10001101110100100111110100001000001101111000010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46744F; }

 p { color: rgb(70,116,79); }

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

<style>
 a { background-color: #46744F; }

 a { background-color: rgb(70,116,79); }

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

<style>
 span { border-color: #46744F; }

 span { border-color: rgb(70,116,79); }

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