Html Css Color HEX #47566C East Bay

📋 copy color: '#47566C'

red 71 ◦ green 86 ◦ blue 108

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

Shades of East Bay #47566C

Tints of East Bay #47566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 108 (42.58% from 255) = 40.75%

R = 26.79%
G = 32.45%
B = 40.75%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47566C (or 0x47566C) is known color: East Bay. HEX triplet: 47, 56 and 6C. RGB value is (71,86,108). Sum of RGB (Red+Green+Blue) = 71+86+108=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #47566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47566C is #B8A993. Grayscale: #535353. Windows color (decimal): -12102036 or 7099975. OLE color: 7099975.

HSL color Cylindrical-coordinate representation of color #47566C: hue angle of 215.68º degrees, saturation: 0.21, 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 #47566C is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 86 108 -
CMYK 0.34 0.20 0 0.58
HSL 215.68º 0.21% 0.35% -
HSV(B) 215.68º 0.34% 0.42% -
XYZ 8.63 9.08 15.48 -
YUV 84.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 71 86 108 0.34 0.20 0 0.58 215.68 0.21 0.35
Hex 47 56 6C 22 14 0 3A D8 15 23
Octal 107 126 154 42 24 0 72 330 25 43
Binary 1000111 1010110 1101100 100010 10100 0 111010 11011000 10101 100011

Color Harmonies of #47566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47566C

Black with #47566C

Text Example


Text Example

White with #47566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47566C; }

 p { color: rgb(71,86,108); }

 H1.HeaderClassName
 {
   color: #47566C;
 }
 .AnyTagClassName
 {
   color: #47566C;
 }
</style>

background-color css

<style>
 a { background-color: #47566C; }

 a { background-color: rgb(71,86,108); }

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

border-color css

<style>
 span { border-color: #47566C; }

 span { border-color: rgb(71,86,108); }

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