#484C63

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

Shades of East Bay #484C63

Tints of East Bay #484C63

Color information

#484C63 (or 0x484C63) is unknown color: approx East Bay. HEX triplet: 48, 4C and 63. RGB value is (72,76,99). Sum of RGB (Red+Green+Blue) = 72+76+99=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #484C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C63 is #B7B39C. Grayscale: #4D4D4D. Windows color (decimal): -12039069 or 6507592. OLE color: 6507592.

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

Color convert

RGB727699-
CMYK0.270.2300.61
HSL231.11º15.79%33.53%-
HSV(B)231.11º27.27%38.82%-
XYZ7.517.4512.85-
YUV77.43140.17124.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 76 (30.08% from 255) = 30.77%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=29.15%
G=30.77%
B=40.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7276990.270.2300.61231.1115.7933.53
Hex484C631B1703De71022
Octal11011414333270753472042
Binary100100010011001100011110111011101111011110011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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