Html Css Color HEX #476A4D Killarney

📋 copy color: '#476A4D'

red 71 ◦ green 106 ◦ blue 77

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

Shades of Killarney #476A4D

Tints of Killarney #476A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 27.95%
G = 41.73%
B = 30.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#476A4D (or 0x476A4D) is known color: Killarney. HEX triplet: 47, 6A and 4D. RGB value is (71,106,77). Sum of RGB (Red+Green+Blue) = 71+106+77=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #476A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A4D is #B895B2. Grayscale: #5C5C5C. Windows color (decimal): -12096947 or 5073479. OLE color: 5073479.

HSL color Cylindrical-coordinate representation of color #476A4D: hue angle of 130.29º 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 #476A4D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 106 77 -
CMYK 0.33 0 0.27 0.58
HSL 130.29º 0.2% 0.35% -
HSV(B) 130.29º 0.33% 0.42% -
XYZ 9.09 12.18 8.89 -
YUV 92.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 71 106 77 0.33 0 0.27 0.58 130.29 0.2 0.35
Hex 47 6A 4D 21 0 1B 3A 82 14 23
Octal 107 152 115 41 0 33 72 202 24 43
Binary 1000111 1101010 1001101 100001 0 11011 111010 10000010 10100 100011

Color Harmonies of #476A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A4D

Black with #476A4D

Text Example


Text Example

White with #476A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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