#484E63

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

Shades of East Bay #484E63

Tints of East Bay #484E63

Color information

#484E63 (or 0x484E63) is unknown color: approx East Bay. HEX triplet: 48, 4E and 63. RGB value is (72,78,99). Sum of RGB (Red+Green+Blue) = 72+78+99=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #484E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E63 is #B7B19C. Grayscale: #4E4E4E. Windows color (decimal): -12038557 or 6508104. OLE color: 6508104.

HSL color Cylindrical-coordinate representation of color #484E63: hue angle of 226.67º 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 #484E63 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB727899-
CMYK0.270.2100.61
HSL226.67º15.79%33.53%-
HSV(B)226.67º27.27%38.82%-
XYZ7.657.7312.89-
YUV78.6139.51123.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=28.92%
G=31.33%
B=39.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7278990.270.2100.61226.6715.7933.53
Hex484E631B1503De31022
Octal11011614333250753432042
Binary100100010011101100011110111010101111011110001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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