#47526B

Color #47526B East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #47526B

Tints of East Bay #47526B

Color information

#47526B (or 0x47526B) is unknown color: approx East Bay. HEX triplet: 47, 52 and 6B. RGB value is (71,82,107). Sum of RGB (Red+Green+Blue) = 71+82+107=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 107 - color contains mainly: blue. Hex color #47526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47526B is #B8AD94. Grayscale: #515151. Windows color (decimal): -12103061 or 7033415. OLE color: 7033415.

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

Color convert

RGB7182107-
CMYK0.340.2300.58
HSL221.67º20.22%34.9%-
HSV(B)221.67º33.64%41.96%-
XYZ8.278.4415.1-
YUV81.56142.36120.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=27.31%
G=31.54%
B=41.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71821070.340.2300.58221.6720.2234.9
Hex47526B221703Ade1423
Octal10712215342270723362443
Binary1000111101001011010111000101011101110101101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #47526B;
 }
 .AnyTagClassName
 {
   color: #47526B;
 }
</style>
background-color css

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

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

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

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

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

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