Html Css Color HEX #46744C Killarney

📋 copy color: '#46744C'

red 70 ◦ green 116 ◦ blue 76

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

Shades of Killarney #46744C

Tints of Killarney #46744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.27%

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

R = 26.72%
G = 44.27%
B = 29.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#46744C (or 0x46744C) is known color: Killarney. HEX triplet: 46, 74 and 4C. RGB value is (70,116,76). Sum of RGB (Red+Green+Blue) = 70+116+76=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #46744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46744C is #B98BB3. Grayscale: #616161. Windows color (decimal): -12159924 or 5010502. OLE color: 5010502.

HSL color Cylindrical-coordinate representation of color #46744C: hue angle of 127.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46744C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 76 -
CMYK 0.40 0 0.34 0.55
HSL 127.83º 0.25% 0.36% -
HSV(B) 127.83º 0.4% 0.45% -
XYZ 10.08 14.31 9.07 -
YUV 97.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 70 116 76 0.40 0 0.34 0.55 127.83 0.25 0.36
Hex 46 74 4C 28 0 22 37 80 19 24
Octal 106 164 114 50 0 42 67 200 31 44
Binary 1000110 1110100 1001100 101000 0 100010 110111 10000000 11001 100100

Color Harmonies of #46744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46744C

Black with #46744C

Text Example


Text Example

White with #46744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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