Html Css Color HEX #46704C Killarney

📋 copy color: '#46704C'

red 70 ◦ green 112 ◦ blue 76

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

Shades of Killarney #46704C

Tints of Killarney #46704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.41%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 27.13%
G = 43.41%
B = 29.46%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#46704C (or 0x46704C) is known color: Killarney. HEX triplet: 46, 70 and 4C. RGB value is (70,112,76). Sum of RGB (Red+Green+Blue) = 70+112+76=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #46704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46704C is #B98FB3. Grayscale: #5F5F5F. Windows color (decimal): -12160948 or 5009478. OLE color: 5009478.

HSL color Cylindrical-coordinate representation of color #46704C: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46704C is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 76 -
CMYK 0.38 0 0.32 0.56
HSL 128.57º 0.23% 0.36% -
HSV(B) 128.57º 0.38% 0.44% -
XYZ 9.62 13.41 8.92 -
YUV 95.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 70 112 76 0.38 0 0.32 0.56 128.57 0.23 0.36
Hex 46 70 4C 26 0 20 38 81 17 24
Octal 106 160 114 46 0 40 70 201 27 44
Binary 1000110 1110000 1001100 100110 0 100000 111000 10000001 10111 100100

Color Harmonies of #46704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46704C

Black with #46704C

Text Example


Text Example

White with #46704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46704C; }

 p { color: rgb(70,112,76); }

 H1.HeaderClassName
 {
   color: #46704C;
 }
 .AnyTagClassName
 {
   color: #46704C;
 }
</style>

background-color css

<style>
 a { background-color: #46704C; }

 a { background-color: rgb(70,112,76); }

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

border-color css

<style>
 span { border-color: #46704C; }

 span { border-color: rgb(70,112,76); }

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