#4B526E

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

Shades of East Bay #4B526E

Tints of East Bay #4B526E

Color information

#4B526E (or 0x4B526E) is unknown color: approx East Bay. HEX triplet: 4B, 52 and 6E. RGB value is (75,82,110). Sum of RGB (Red+Green+Blue) = 75+82+110=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B526E is #B4AD91. Grayscale: #525252. Windows color (decimal): -11840914 or 7230027. OLE color: 7230027.

HSL color Cylindrical-coordinate representation of color #4B526E: hue angle of 228º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B526E is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7582110-
CMYK0.320.2500.57
HSL228º18.92%36.27%-
HSV(B)228º31.82%43.14%-
XYZ8.738.6615.96-
YUV83.1143.18122.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=28.09%
G=30.71%
B=41.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75821100.320.2500.5722818.9236.27
Hex4B526E2019039e41324
Octal11312215640310713442344
Binary1001011101001011011101000001100101110011110010010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B526E; }

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

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

<style>
 a { background-color: #4B526E; }

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

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

<style>
 span { border-color: #4B526E; }

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

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