#467F4D

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

Shades of Killarney #467F4D

Tints of Killarney #467F4D

Color information

#467F4D (or 0x467F4D) is unknown color: approx Killarney. HEX triplet: 46, 7F and 4D. RGB value is (70,127,77). Sum of RGB (Red+Green+Blue) = 70+127+77=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #467F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F4D is #B980B2. Grayscale: #686868. Windows color (decimal): -12157107 or 5078854. OLE color: 5078854.

HSL color Cylindrical-coordinate representation of color #467F4D: hue angle of 127.37º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F4D is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB7012777-
CMYK0.4500.390.50
HSL127.37º28.93%38.63%-
HSV(B)127.37º44.88%49.8%-
XYZ11.4517.029.7-
YUV104.26112.62103.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 127 (50% from 255) = 46.35%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=25.55%
G=46.35%
B=28.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70127770.4500.390.50127.3728.9338.63
Hex467F4D2D027327f1d27
Octal10617711555047621773547
Binary1000110111111110011011011010100111110010111111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467F4D; }

 p { color: rgb(70,127,77); }

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

<style>
 a { background-color: #467F4D; }

 a { background-color: rgb(70,127,77); }

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

<style>
 span { border-color: #467F4D; }

 span { border-color: rgb(70,127,77); }

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