Html Css Color HEX #47516A East Bay

📋 copy color: '#47516A'

red 71 ◦ green 81 ◦ blue 106

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

Shades of East Bay #47516A

Tints of East Bay #47516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 27.52%
G = 31.4%
B = 41.09%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47516A (or 0x47516A) is known color: East Bay. HEX triplet: 47, 51 and 6A. RGB value is (71,81,106). Sum of RGB (Red+Green+Blue) = 71+81+106=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #47516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47516A is #B8AE95. Grayscale: #505050. Windows color (decimal): -12103318 or 6967623. OLE color: 6967623.

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

Color convert

RGB 71 81 106 -
CMYK 0.33 0.24 0 0.58
HSL 222.86º 0.2% 0.35% -
HSV(B) 222.86º 0.33% 0.42% -
XYZ 8.14 8.27 14.8 -
YUV 80.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 71 81 106 0.33 0.24 0 0.58 222.86 0.2 0.35
Hex 47 51 6A 21 18 0 3A DF 14 23
Octal 107 121 152 41 30 0 72 337 24 43
Binary 1000111 1010001 1101010 100001 11000 0 111010 11011111 10100 100011

Color Harmonies of #47516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47516A

Black with #47516A

Text Example


Text Example

White with #47516A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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