Html Css Color HEX #47536F East Bay

📋 copy color: '#47536F'

red 71 ◦ green 83 ◦ blue 111

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

Shades of East Bay #47536F

Tints of East Bay #47536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 26.79%
G = 31.32%
B = 41.89%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47536F (or 0x47536F) is known color: East Bay. HEX triplet: 47, 53 and 6F. RGB value is (71,83,111). Sum of RGB (Red+Green+Blue) = 71+83+111=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #47536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536F is #B8AC90. Grayscale: #525252. Windows color (decimal): -12102801 or 7295815. OLE color: 7295815.

HSL color Cylindrical-coordinate representation of color #47536F: hue angle of 222º 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 #47536F is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 83 111 -
CMYK 0.36 0.25 0 0.56
HSL 222º 0.22% 0.36% -
HSV(B) 222º 0.36% 0.44% -
XYZ 8.56 8.67 16.26 -
YUV 82.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 71 83 111 0.36 0.25 0 0.56 222 0.22 0.36
Hex 47 53 6F 24 19 0 38 DE 16 24
Octal 107 123 157 44 31 0 70 336 26 44
Binary 1000111 1010011 1101111 100100 11001 0 111000 11011110 10110 100100

Color Harmonies of #47536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47536F

Black with #47536F

Text Example


Text Example

White with #47536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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