#4B556D

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

Shades of East Bay #4B556D

Tints of East Bay #4B556D

Color information

#4B556D (or 0x4B556D) is unknown color: approx East Bay. HEX triplet: 4B, 55 and 6D. RGB value is (75,85,109). Sum of RGB (Red+Green+Blue) = 75+85+109=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B556D is #B4AA92. Grayscale: #545454. Windows color (decimal): -11840147 or 7165259. OLE color: 7165259.

HSL color Cylindrical-coordinate representation of color #4B556D: hue angle of 222.35º 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 #4B556D is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7585109-
CMYK0.310.2200.57
HSL222.35º18.48%36.08%-
HSV(B)222.35º31.19%42.75%-
XYZ8.919.115.75-
YUV84.75141.69121.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=27.88%
G=31.60%
B=40.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75851090.310.2200.57222.3518.4836.08
Hex4B556D1F16039de1224
Octal11312515537260713362244
Binary100101110101011101101111111011001110011101111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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