Html Css Color HEX #47506B East Bay

📋 copy color: '#47506B'

red 71 ◦ green 80 ◦ blue 107

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

Shades of East Bay #47506B

Tints of East Bay #47506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 27.52%
G = 31.01%
B = 41.47%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47506B (or 0x47506B) is known color: East Bay. HEX triplet: 47, 50 and 6B. RGB value is (71,80,107). Sum of RGB (Red+Green+Blue) = 71+80+107=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #47506B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47506B is #B8AF94. Grayscale: #505050. Windows color (decimal): -12103573 or 7032903. OLE color: 7032903.

HSL color Cylindrical-coordinate representation of color #47506B: hue angle of 225º degrees, saturation: 0.2, 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 #47506B is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 80 107 -
CMYK 0.34 0.25 0 0.58
HSL 225º 0.2% 0.35% -
HSV(B) 225º 0.34% 0.42% -
XYZ 8.12 8.14 15.05 -
YUV 80.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 71 80 107 0.34 0.25 0 0.58 225 0.2 0.35
Hex 47 50 6B 22 19 0 3A E1 14 23
Octal 107 120 153 42 31 0 72 341 24 43
Binary 1000111 1010000 1101011 100010 11001 0 111010 11100001 10100 100011

Color Harmonies of #47506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47506B

Black with #47506B

Text Example


Text Example

White with #47506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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