Html Css Color HEX #47556F East Bay

📋 copy color: '#47556F'

red 71 ◦ green 85 ◦ blue 111

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

Shades of East Bay #47556F

Tints of East Bay #47556F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.57%

R = 26.59%
G = 31.84%
B = 41.57%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47556F (or 0x47556F) is known color: East Bay. HEX triplet: 47, 55 and 6F. RGB value is (71,85,111). Sum of RGB (Red+Green+Blue) = 71+85+111=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #47556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47556F is #B8AA90. Grayscale: #535353. Windows color (decimal): -12102289 or 7296327. OLE color: 7296327.

HSL color Cylindrical-coordinate representation of color #47556F: hue angle of 219º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47556F is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 85 111 -
CMYK 0.36 0.23 0 0.56
HSL 219º 0.22% 0.36% -
HSV(B) 219º 0.36% 0.44% -
XYZ 8.72 8.98 16.31 -
YUV 83.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 71 85 111 0.36 0.23 0 0.56 219 0.22 0.36
Hex 47 55 6F 24 17 0 38 DB 16 24
Octal 107 125 157 44 27 0 70 333 26 44
Binary 1000111 1010101 1101111 100100 10111 0 111000 11011011 10110 100100

Color Harmonies of #47556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47556F

Black with #47556F

Text Example


Text Example

White with #47556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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