#484D62

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

Shades of East Bay #484D62

Tints of East Bay #484D62

Color information

#484D62 (or 0x484D62) is unknown color: approx East Bay. HEX triplet: 48, 4D and 62. RGB value is (72,77,98). Sum of RGB (Red+Green+Blue) = 72+77+98=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #484D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D62 is #B7B29D. Grayscale: #4D4D4D. Windows color (decimal): -12038814 or 6442312. OLE color: 6442312.

HSL color Cylindrical-coordinate representation of color #484D62: hue angle of 228.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484D62 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB727798-
CMYK0.270.2100.62
HSL228.46º15.29%33.33%-
HSV(B)228.46º26.53%38.43%-
XYZ7.537.5712.62-
YUV77.9139.34123.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=29.15%
G=31.17%
B=39.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7277980.270.2100.62228.4615.2933.33
Hex484D621B1503Ee4f21
Octal11011514233250763441741
Binary10010001001101110001011011101010111110111001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D62; }

 p { color: rgb(72,77,98); }

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

<style>
 a { background-color: #484D62; }

 a { background-color: rgb(72,77,98); }

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

<style>
 span { border-color: #484D62; }

 span { border-color: rgb(72,77,98); }

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