Html Css Color HEX #47556E East Bay

📋 copy color: '#47556E'

red 71 ◦ green 85 ◦ blue 110

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

Shades of East Bay #47556E

Tints of East Bay #47556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 41.35%

R = 26.69%
G = 31.95%
B = 41.35%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47556E (or 0x47556E) is known color: East Bay. HEX triplet: 47, 55 and 6E. RGB value is (71,85,110). Sum of RGB (Red+Green+Blue) = 71+85+110=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #47556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47556E is #B8AA91. Grayscale: #535353. Windows color (decimal): -12102290 or 7230791. OLE color: 7230791.

HSL color Cylindrical-coordinate representation of color #47556E: hue angle of 218.46º degrees, saturation: 0.22, 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 #47556E is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 85 110 -
CMYK 0.35 0.23 0 0.57
HSL 218.46º 0.22% 0.35% -
HSV(B) 218.46º 0.35% 0.43% -
XYZ 8.66 8.96 16.03 -
YUV 83.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 71 85 110 0.35 0.23 0 0.57 218.46 0.22 0.35
Hex 47 55 6E 23 17 0 39 DA 16 23
Octal 107 125 156 43 27 0 71 332 26 43
Binary 1000111 1010101 1101110 100011 10111 0 111001 11011010 10110 100011

Color Harmonies of #47556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47556E

Black with #47556E

Text Example


Text Example

White with #47556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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