Html Css Color HEX #47546D East Bay

📋 copy color: '#47546D'

red 71 ◦ green 84 ◦ blue 109

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

Shades of East Bay #47546D

Tints of East Bay #47546D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.29%

R = 26.89%
G = 31.82%
B = 41.29%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47546D (or 0x47546D) is known color: East Bay. HEX triplet: 47, 54 and 6D. RGB value is (71,84,109). Sum of RGB (Red+Green+Blue) = 71+84+109=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #47546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47546D is #B8AB92. Grayscale: #525252. Windows color (decimal): -12102547 or 7164999. OLE color: 7164999.

HSL color Cylindrical-coordinate representation of color #47546D: hue angle of 219.47º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47546D is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 84 109 -
CMYK 0.35 0.23 0 0.57
HSL 219.47º 0.21% 0.35% -
HSV(B) 219.47º 0.35% 0.43% -
XYZ 8.53 8.78 15.71 -
YUV 82.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 71 84 109 0.35 0.23 0 0.57 219.47 0.21 0.35
Hex 47 54 6D 23 17 0 39 DB 15 23
Octal 107 124 155 43 27 0 71 333 25 43
Binary 1000111 1010100 1101101 100011 10111 0 111001 11011011 10101 100011

Color Harmonies of #47546D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47546D

Black with #47546D

Text Example


Text Example

White with #47546D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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