Html Css Color HEX #476A4C Killarney

📋 copy color: '#476A4C'

red 71 ◦ green 106 ◦ blue 76

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

Shades of Killarney #476A4C

Tints of Killarney #476A4C

RGB

 RED value IS 71 (28.13% from 255) = 28.06%

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

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

R = 28.06%
G = 41.9%
B = 30.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#476A4C (or 0x476A4C) is known color: Killarney. HEX triplet: 47, 6A and 4C. RGB value is (71,106,76). Sum of RGB (Red+Green+Blue) = 71+106+76=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #476A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A4C is #B895B3. Grayscale: #5C5C5C. Windows color (decimal): -12096948 or 5007943. OLE color: 5007943.

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

Color convert

RGB 71 106 76 -
CMYK 0.33 0 0.28 0.58
HSL 128.57º 0.2% 0.35% -
HSV(B) 128.57º 0.33% 0.42% -
XYZ 9.06 12.17 8.71 -
YUV 92.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 71 106 76 0.33 0 0.28 0.58 128.57 0.2 0.35
Hex 47 6A 4C 21 0 1C 3A 81 14 23
Octal 107 152 114 41 0 34 72 201 24 43
Binary 1000111 1101010 1001100 100001 0 11100 111010 10000001 10100 100011

Color Harmonies of #476A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A4C

Black with #476A4C

Text Example


Text Example

White with #476A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A4C; }

 p { color: rgb(71,106,76); }

 H1.HeaderClassName
 {
   color: #476A4C;
 }
 .AnyTagClassName
 {
   color: #476A4C;
 }
</style>

background-color css

<style>
 a { background-color: #476A4C; }

 a { background-color: rgb(71,106,76); }

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

border-color css

<style>
 span { border-color: #476A4C; }

 span { border-color: rgb(71,106,76); }

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