#4B506D

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

Shades of East Bay #4B506D

Tints of East Bay #4B506D

Color information

#4B506D (or 0x4B506D) is unknown color: approx East Bay. HEX triplet: 4B, 50 and 6D. RGB value is (75,80,109). Sum of RGB (Red+Green+Blue) = 75+80+109=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B506D is #B4AF92. Grayscale: #515151. Windows color (decimal): -11841427 or 7163979. OLE color: 7163979.

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

Color convert

RGB7580109-
CMYK0.310.2700.57
HSL231.18º18.48%36.08%-
HSV(B)231.18º31.19%42.75%-
XYZ8.538.3415.63-
YUV81.81143.34123.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=28.41%
G=30.30%
B=41.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75801090.310.2700.57231.1818.4836.08
Hex4B506D1F1B039e71224
Octal11312015537330713472244
Binary100101110100001101101111111101101110011110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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