Html Css Color HEX #466A49 Killarney

📋 copy color: '#466A49'

red 70 ◦ green 106 ◦ blue 73

#466A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #466A49

Tints of Killarney #466A49

RGB

 RED value IS 70 (27.73% from 255) = 28.11%

 GREEN value IS 106 (41.8% from 255) = 42.57%

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 28.11%
G = 42.57%
B = 29.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#466A49 (or 0x466A49) is known color: Killarney. HEX triplet: 46, 6A and 49. RGB value is (70,106,73). Sum of RGB (Red+Green+Blue) = 70+106+73=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #466A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A49 is #B995B6. Grayscale: #5B5B5B. Windows color (decimal): -12162487 or 4811334. OLE color: 4811334.

HSL color Cylindrical-coordinate representation of color #466A49: hue angle of 125º 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 #466A49 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 73 -
CMYK 0.34 0 0.31 0.58
HSL 125º 0.2% 0.35% -
HSV(B) 125º 0.34% 0.42% -
XYZ 8.88 12.09 8.17 -
YUV 91.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 70 106 73 0.34 0 0.31 0.58 125 0.2 0.35
Hex 46 6A 49 22 0 1F 3A 7D 14 23
Octal 106 152 111 42 0 37 72 175 24 43
Binary 1000110 1101010 1001001 100010 0 11111 111010 1111101 10100 100011

Color Harmonies of #466A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A49

Black with #466A49

Text Example


Text Example

White with #466A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #466A49;
 }
 .AnyTagClassName
 {
   color: #466A49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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