#484D63

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

Shades of East Bay #484D63

Tints of East Bay #484D63

Color information

#484D63 (or 0x484D63) is unknown color: approx East Bay. HEX triplet: 48, 4D and 63. RGB value is (72,77,99). Sum of RGB (Red+Green+Blue) = 72+77+99=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #484D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D63 is #B7B29C. Grayscale: #4D4D4D. Windows color (decimal): -12038813 or 6507848. OLE color: 6507848.

HSL color Cylindrical-coordinate representation of color #484D63: hue angle of 228.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484D63 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB727799-
CMYK0.270.2200.61
HSL228.89º15.79%33.53%-
HSV(B)228.89º27.27%38.82%-
XYZ7.587.5912.87-
YUV78.01139.84123.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=29.03%
G=31.05%
B=39.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7277990.270.2200.61228.8915.7933.53
Hex484D631B1603De51022
Octal11011514333260753452042
Binary100100010011011100011110111011001111011110010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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