Html Css Color HEX #47526E East Bay

📋 copy color: '#47526E'

red 71 ◦ green 82 ◦ blue 110

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

Shades of East Bay #47526E

Tints of East Bay #47526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

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

R = 27%
G = 31.18%
B = 41.83%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47526E (or 0x47526E) is known color: East Bay. HEX triplet: 47, 52 and 6E. RGB value is (71,82,110). Sum of RGB (Red+Green+Blue) = 71+82+110=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #47526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47526E is #B8AD91. Grayscale: #515151. Windows color (decimal): -12103058 or 7230023. OLE color: 7230023.

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

Color convert

RGB 71 82 110 -
CMYK 0.35 0.25 0 0.57
HSL 223.08º 0.22% 0.35% -
HSV(B) 223.08º 0.35% 0.43% -
XYZ 8.43 8.5 15.95 -
YUV 81.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 71 82 110 0.35 0.25 0 0.57 223.08 0.22 0.35
Hex 47 52 6E 23 19 0 39 DF 16 23
Octal 107 122 156 43 31 0 71 337 26 43
Binary 1000111 1010010 1101110 100011 11001 0 111001 11011111 10110 100011

Color Harmonies of #47526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47526E

Black with #47526E

Text Example


Text Example

White with #47526E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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