#484C64

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

Shades of East Bay #484C64

Tints of East Bay #484C64

Color information

#484C64 (or 0x484C64) is unknown color: approx East Bay. HEX triplet: 48, 4C and 64. RGB value is (72,76,100). Sum of RGB (Red+Green+Blue) = 72+76+100=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 100 - color contains mainly: blue. Hex color #484C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C64 is #B7B39B. Grayscale: #4D4D4D. Windows color (decimal): -12039068 or 6573128. OLE color: 6573128.

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

Color convert

RGB7276100-
CMYK0.280.2400.61
HSL231.43º16.28%33.73%-
HSV(B)231.43º28%39.22%-
XYZ7.567.4713.1-
YUV77.54140.67124.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=29.03%
G=30.65%
B=40.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72761000.280.2400.61231.4316.2833.73
Hex484C641C1803De71022
Octal11011414434300753472042
Binary100100010011001100100111001100001111011110011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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