Html Css Color HEX #47506D East Bay

📋 copy color: '#47506D'

red 71 ◦ green 80 ◦ blue 109

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

Shades of East Bay #47506D

Tints of East Bay #47506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 27.31%
G = 30.77%
B = 41.92%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47506D (or 0x47506D) is known color: East Bay. HEX triplet: 47, 50 and 6D. RGB value is (71,80,109). Sum of RGB (Red+Green+Blue) = 71+80+109=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #47506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47506D is #B8AF92. Grayscale: #505050. Windows color (decimal): -12103571 or 7163975. OLE color: 7163975.

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

Color convert

RGB 71 80 109 -
CMYK 0.35 0.27 0 0.57
HSL 225.79º 0.21% 0.35% -
HSV(B) 225.79º 0.35% 0.43% -
XYZ 8.23 8.18 15.61 -
YUV 80.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 71 80 109 0.35 0.27 0 0.57 225.79 0.21 0.35
Hex 47 50 6D 23 1B 0 39 E2 15 23
Octal 107 120 155 43 33 0 71 342 25 43
Binary 1000111 1010000 1101101 100011 11011 0 111001 11100010 10101 100011

Color Harmonies of #47506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47506D

Black with #47506D

Text Example


Text Example

White with #47506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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