Html Css Color HEX #47536D East Bay

📋 copy color: '#47536D'

red 71 ◦ green 83 ◦ blue 109

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

Shades of East Bay #47536D

Tints of East Bay #47536D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

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

R = 27%
G = 31.56%
B = 41.44%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47536D (or 0x47536D) is known color: East Bay. HEX triplet: 47, 53 and 6D. RGB value is (71,83,109). Sum of RGB (Red+Green+Blue) = 71+83+109=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 109 - color contains mainly: blue. Hex color #47536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536D is #B8AC92. Grayscale: #525252. Windows color (decimal): -12102803 or 7164743. OLE color: 7164743.

HSL color Cylindrical-coordinate representation of color #47536D: hue angle of 221.05º 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 #47536D is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 83 109 -
CMYK 0.35 0.24 0 0.57
HSL 221.05º 0.21% 0.35% -
HSV(B) 221.05º 0.35% 0.43% -
XYZ 8.45 8.63 15.69 -
YUV 82.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 71 83 109 0.35 0.24 0 0.57 221.05 0.21 0.35
Hex 47 53 6D 23 18 0 39 DD 15 23
Octal 107 123 155 43 30 0 71 335 25 43
Binary 1000111 1010011 1101101 100011 11000 0 111001 11011101 10101 100011

Color Harmonies of #47536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47536D

Black with #47536D

Text Example


Text Example

White with #47536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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