#4B5062

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

Shades of East Bay #4B5062

Tints of East Bay #4B5062

Color information

#4B5062 (or 0x4B5062) is unknown color: approx East Bay. HEX triplet: 4B, 50 and 62. RGB value is (75,80,98). Sum of RGB (Red+Green+Blue) = 75+80+98=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B5062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5062 is #B4AF9D. Grayscale: #505050. Windows color (decimal): -11841438 or 6443083. OLE color: 6443083.

HSL color Cylindrical-coordinate representation of color #4B5062: hue angle of 226.96º 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 #4B5062 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB758098-
CMYK0.230.1800.62
HSL226.96º13.29%33.92%-
HSV(B)226.96º23.47%38.43%-
XYZ7.978.1212.7-
YUV80.56137.84124.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.64%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 98 (38.67% from 255) = 38.74%
R=29.64%
G=31.62%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7580980.230.1800.62226.9613.2933.92
Hex4B5062171203Ee3d22
Octal11312014227220763431542
Binary10010111010000110001010111100100111110111000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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