#4B5868

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

Shades of East Bay #4B5868

Tints of East Bay #4B5868

Color information

#4B5868 (or 0x4B5868) is unknown color: approx East Bay. HEX triplet: 4B, 58 and 68. RGB value is (75,88,104). Sum of RGB (Red+Green+Blue) = 75+88+104=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B5868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5868 is #B4A797. Grayscale: #555555. Windows color (decimal): -11839384 or 6838347. OLE color: 6838347.

HSL color Cylindrical-coordinate representation of color #4B5868: hue angle of 213.1º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B5868 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7588104-
CMYK0.280.1500.59
HSL213.1º16.2%35.1%-
HSV(B)213.1º27.88%40.78%-
XYZ8.899.4714.46-
YUV85.94138.19120.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=28.09%
G=32.96%
B=38.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75881040.280.1500.59213.116.235.1
Hex4B58681CF03Bd51023
Octal11313015034170733252043
Binary10010111011000110100011100111101110111101010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,104); }

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

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

 a { background-color: rgb(75,88,104); }

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

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

 span { border-color: rgb(75,88,104); }

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