#4B5170

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

Shades of East Bay #4B5170

Tints of East Bay #4B5170

Color information

#4B5170 (or 0x4B5170) is unknown color: approx East Bay. HEX triplet: 4B, 51 and 70. RGB value is (75,81,112). Sum of RGB (Red+Green+Blue) = 75+81+112=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B5170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5170 is #B4AE8F. Grayscale: #525252. Windows color (decimal): -11841168 or 7360843. OLE color: 7360843.

HSL color Cylindrical-coordinate representation of color #4B5170: hue angle of 230.27º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B5170 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7581112-
CMYK0.330.2800.56
HSL230.27º19.79%36.67%-
HSV(B)230.27º33.04%43.92%-
XYZ8.778.5516.52-
YUV82.74144.51122.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.99%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=27.99%
G=30.22%
B=41.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75811120.330.2800.56230.2719.7936.67
Hex4B5170211C038e61425
Octal11312116041340703462445
Binary1001011101000111100001000011110001110001110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,81,112); }

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

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

 a { background-color: rgb(75,81,112); }

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

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

 span { border-color: rgb(75,81,112); }

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