Html Css Color HEX #47546C East Bay

📋 copy color: '#47546C'

red 71 ◦ green 84 ◦ blue 108

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

Shades of East Bay #47546C

Tints of East Bay #47546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.94%

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

R = 27%
G = 31.94%
B = 41.06%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47546C (or 0x47546C) is known color: East Bay. HEX triplet: 47, 54 and 6C. RGB value is (71,84,108). Sum of RGB (Red+Green+Blue) = 71+84+108=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #47546C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47546C is #B8AB93. Grayscale: #525252. Windows color (decimal): -12102548 or 7099463. OLE color: 7099463.

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

Color convert

RGB 71 84 108 -
CMYK 0.34 0.22 0 0.58
HSL 218.92º 0.21% 0.35% -
HSV(B) 218.92º 0.34% 0.42% -
XYZ 8.48 8.76 15.43 -
YUV 82.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 71 84 108 0.34 0.22 0 0.58 218.92 0.21 0.35
Hex 47 54 6C 22 16 0 3A DB 15 23
Octal 107 124 154 42 26 0 72 333 25 43
Binary 1000111 1010100 1101100 100010 10110 0 111010 11011011 10101 100011

Color Harmonies of #47546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47546C

Black with #47546C

Text Example


Text Example

White with #47546C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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