Html Css Color HEX #47546A East Bay

📋 copy color: '#47546A'

red 71 ◦ green 84 ◦ blue 106

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

Shades of East Bay #47546A

Tints of East Bay #47546A

RGB

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

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

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

R = 27.2%
G = 32.18%
B = 40.61%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47546A (or 0x47546A) is known color: East Bay. HEX triplet: 47, 54 and 6A. RGB value is (71,84,106). Sum of RGB (Red+Green+Blue) = 71+84+106=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 106 - color contains mainly: blue. Hex color #47546A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47546A is #B8AB95. Grayscale: #525252. Windows color (decimal): -12102550 or 6968391. OLE color: 6968391.

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

Color convert

RGB 71 84 106 -
CMYK 0.33 0.21 0 0.58
HSL 217.71º 0.2% 0.35% -
HSV(B) 217.71º 0.33% 0.42% -
XYZ 8.37 8.72 14.88 -
YUV 82.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 71 84 106 0.33 0.21 0 0.58 217.71 0.2 0.35
Hex 47 54 6A 21 15 0 3A DA 14 23
Octal 107 124 152 41 25 0 72 332 24 43
Binary 1000111 1010100 1101010 100001 10101 0 111010 11011010 10100 100011

Color Harmonies of #47546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47546A

Black with #47546A

Text Example


Text Example

White with #47546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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