#4B526D

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

Shades of East Bay #4B526D

Tints of East Bay #4B526D

Color information

#4B526D (or 0x4B526D) is unknown color: approx East Bay. HEX triplet: 4B, 52 and 6D. RGB value is (75,82,109). Sum of RGB (Red+Green+Blue) = 75+82+109=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B526D is #B4AD92. Grayscale: #525252. Windows color (decimal): -11840915 or 7164491. OLE color: 7164491.

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

Color convert

RGB7582109-
CMYK0.310.2500.57
HSL227.65º18.48%36.08%-
HSV(B)227.65º31.19%42.75%-
XYZ8.688.6315.68-
YUV82.98142.68122.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=28.20%
G=30.83%
B=40.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75821090.310.2500.57227.6518.4836.08
Hex4B526D1F19039e41224
Octal11312215537310713442244
Binary100101110100101101101111111100101110011110010010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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