Html Css Color HEX #466A48 Killarney

📋 copy color: '#466A48'

red 70 ◦ green 106 ◦ blue 72

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

Shades of Killarney #466A48

Tints of Killarney #466A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 28.23%
G = 42.74%
B = 29.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#466A48 (or 0x466A48) is known color: Killarney. HEX triplet: 46, 6A and 48. RGB value is (70,106,72). Sum of RGB (Red+Green+Blue) = 70+106+72=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #466A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A48 is #B995B7. Grayscale: #5B5B5B. Windows color (decimal): -12162488 or 4745798. OLE color: 4745798.

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

Color convert

RGB 70 106 72 -
CMYK 0.34 0 0.32 0.58
HSL 123.33º 0.2% 0.35% -
HSV(B) 123.33º 0.34% 0.42% -
XYZ 8.85 12.08 8 -
YUV 91.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 70 106 72 0.34 0 0.32 0.58 123.33 0.2 0.35
Hex 46 6A 48 22 0 20 3A 7B 14 23
Octal 106 152 110 42 0 40 72 173 24 43
Binary 1000110 1101010 1001000 100010 0 100000 111010 1111011 10100 100011

Color Harmonies of #466A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A48

Black with #466A48

Text Example


Text Example

White with #466A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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