#466A4B

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

Shades of Killarney #466A4B

Tints of Killarney #466A4B

Color information

#466A4B (or 0x466A4B) is unknown color: approx Killarney. HEX triplet: 46, 6A and 4B. RGB value is (70,106,75). Sum of RGB (Red+Green+Blue) = 70+106+75=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #466A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A4B is #B995B4. Grayscale: #5B5B5B. Windows color (decimal): -12162485 or 4942406. OLE color: 4942406.

HSL color Cylindrical-coordinate representation of color #466A4B: hue angle of 128.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A4B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB7010675-
CMYK0.3400.290.58
HSL128.33º20.45%34.51%-
HSV(B)128.33º33.96%41.57%-
XYZ8.9512.128.52-
YUV91.7118.57112.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=27.89%
G=42.23%
B=29.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106750.3400.290.58128.3320.4534.51
Hex466A4B2201D3A801423
Octal10615211342035722002443
Binary1000110110101010010111000100111011110101000000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A4B; }

 p { color: rgb(70,106,75); }

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

<style>
 a { background-color: #466A4B; }

 a { background-color: rgb(70,106,75); }

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

<style>
 span { border-color: #466A4B; }

 span { border-color: rgb(70,106,75); }

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