#4B5161

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

Shades of East Bay #4B5161

Tints of East Bay #4B5161

Color information

#4B5161 (or 0x4B5161) is unknown color: approx East Bay. HEX triplet: 4B, 51 and 61. RGB value is (75,81,97). Sum of RGB (Red+Green+Blue) = 75+81+97=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B5161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5161 is #B4AE9E. Grayscale: #505050. Windows color (decimal): -11841183 or 6377803. OLE color: 6377803.

HSL color Cylindrical-coordinate representation of color #4B5161: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B5161 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB758197-
CMYK0.230.1600.62
HSL223.64º12.79%33.73%-
HSV(B)223.64º22.68%38.04%-
XYZ88.2412.48-
YUV81.03137.01123.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=29.64%
G=32.02%
B=38.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7581970.230.1600.62223.6412.7933.73
Hex4B5161171003Ee0d22
Octal11312114127200763401542
Binary10010111010001110000110111100000111110111000001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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