Html Css Color HEX #47556A East Bay

📋 copy color: '#47556A'

red 71 ◦ green 85 ◦ blue 106

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

Shades of East Bay #47556A

Tints of East Bay #47556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 27.1%
G = 32.44%
B = 40.46%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47556A (or 0x47556A) is known color: East Bay. HEX triplet: 47, 55 and 6A. RGB value is (71,85,106). Sum of RGB (Red+Green+Blue) = 71+85+106=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #47556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47556A is #B8AA95. Grayscale: #535353. Windows color (decimal): -12102294 or 6968647. OLE color: 6968647.

HSL color Cylindrical-coordinate representation of color #47556A: hue angle of 216º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47556A is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 85 106 -
CMYK 0.33 0.20 0 0.58
HSL 216º 0.2% 0.35% -
HSV(B) 216º 0.33% 0.42% -
XYZ 8.45 8.88 14.9 -
YUV 83.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 71 85 106 0.33 0.20 0 0.58 216 0.2 0.35
Hex 47 55 6A 21 14 0 3A D8 14 23
Octal 107 125 152 41 24 0 72 330 24 43
Binary 1000111 1010101 1101010 100001 10100 0 111010 11011000 10100 100011

Color Harmonies of #47556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47556A

Black with #47556A

Text Example


Text Example

White with #47556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47556A; }

 p { color: rgb(71,85,106); }

 H1.HeaderClassName
 {
   color: #47556A;
 }
 .AnyTagClassName
 {
   color: #47556A;
 }
</style>

background-color css

<style>
 a { background-color: #47556A; }

 a { background-color: rgb(71,85,106); }

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

border-color css

<style>
 span { border-color: #47556A; }

 span { border-color: rgb(71,85,106); }

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