Html Css Color HEX #47516B East Bay

📋 copy color: '#47516B'

red 71 ◦ green 81 ◦ blue 107

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

Shades of East Bay #47516B

Tints of East Bay #47516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 27.41%
G = 31.27%
B = 41.31%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47516B (or 0x47516B) is known color: East Bay. HEX triplet: 47, 51 and 6B. RGB value is (71,81,107). Sum of RGB (Red+Green+Blue) = 71+81+107=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #47516B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47516B is #B8AE94. Grayscale: #505050. Windows color (decimal): -12103317 or 7033159. OLE color: 7033159.

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

Color convert

RGB 71 81 107 -
CMYK 0.34 0.24 0 0.58
HSL 223.33º 0.2% 0.35% -
HSV(B) 223.33º 0.34% 0.42% -
XYZ 8.19 8.29 15.08 -
YUV 80.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 71 81 107 0.34 0.24 0 0.58 223.33 0.2 0.35
Hex 47 51 6B 22 18 0 3A DF 14 23
Octal 107 121 153 42 30 0 72 337 24 43
Binary 1000111 1010001 1101011 100010 11000 0 111010 11011111 10100 100011

Color Harmonies of #47516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47516B

Black with #47516B

Text Example


Text Example

White with #47516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47516B; }

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

 H1.HeaderClassName
 {
   color: #47516B;
 }
 .AnyTagClassName
 {
   color: #47516B;
 }
</style>

background-color css

<style>
 a { background-color: #47516B; }

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

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

border-color css

<style>
 span { border-color: #47516B; }

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

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