Html Css Color HEX #47536C East Bay

📋 copy color: '#47536C'

red 71 ◦ green 83 ◦ blue 108

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

Shades of East Bay #47536C

Tints of East Bay #47536C

RGB

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

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

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

R = 27.1%
G = 31.68%
B = 41.22%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47536C (or 0x47536C) is known color: East Bay. HEX triplet: 47, 53 and 6C. RGB value is (71,83,108). Sum of RGB (Red+Green+Blue) = 71+83+108=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #47536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536C is #B8AC93. Grayscale: #525252. Windows color (decimal): -12102804 or 7099207. OLE color: 7099207.

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

Color convert

RGB 71 83 108 -
CMYK 0.34 0.23 0 0.58
HSL 220.54º 0.21% 0.35% -
HSV(B) 220.54º 0.34% 0.42% -
XYZ 8.4 8.61 15.41 -
YUV 82.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 71 83 108 0.34 0.23 0 0.58 220.54 0.21 0.35
Hex 47 53 6C 22 17 0 3A DD 15 23
Octal 107 123 154 42 27 0 72 335 25 43
Binary 1000111 1010011 1101100 100010 10111 0 111010 11011101 10101 100011

Color Harmonies of #47536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47536C

Black with #47536C

Text Example


Text Example

White with #47536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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