Html Css Color HEX #476F51 Killarney

📋 copy color: '#476F51'

red 71 ◦ green 111 ◦ blue 81

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

Shades of Killarney #476F51

Tints of Killarney #476F51

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.21%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 27%
G = 42.21%
B = 30.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#476F51 (or 0x476F51) is known color: Killarney. HEX triplet: 47, 6F and 51. RGB value is (71,111,81). Sum of RGB (Red+Green+Blue) = 71+111+81=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #476F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F51 is #B890AE. Grayscale: #5F5F5F. Windows color (decimal): -12095663 or 5336903. OLE color: 5336903.

HSL color Cylindrical-coordinate representation of color #476F51: hue angle of 135º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F51 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 81 -
CMYK 0.36 0 0.27 0.56
HSL 135º 0.22% 0.36% -
HSV(B) 135º 0.36% 0.44% -
XYZ 9.77 13.3 9.84 -
YUV 95.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 71 111 81 0.36 0 0.27 0.56 135 0.22 0.36
Hex 47 6F 51 24 0 1B 38 87 16 24
Octal 107 157 121 44 0 33 70 207 26 44
Binary 1000111 1101111 1010001 100100 0 11011 111000 10000111 10110 100100

Color Harmonies of #476F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F51

Black with #476F51

Text Example


Text Example

White with #476F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,81); }

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

background-color css

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

 a { background-color: rgb(71,111,81); }

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

border-color css

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

 span { border-color: rgb(71,111,81); }

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