#484F63

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

Shades of East Bay #484F63

Tints of East Bay #484F63

Color information

#484F63 (or 0x484F63) is unknown color: approx East Bay. HEX triplet: 48, 4F and 63. RGB value is (72,79,99). Sum of RGB (Red+Green+Blue) = 72+79+99=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #484F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F63 is #B7B09C. Grayscale: #4F4F4F. Windows color (decimal): -12038301 or 6508360. OLE color: 6508360.

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

Color convert

RGB727999-
CMYK0.270.2000.61
HSL224.44º15.79%33.53%-
HSV(B)224.44º27.27%38.82%-
XYZ7.727.8712.92-
YUV79.19139.18122.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.8%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=28.8%
G=31.6%
B=39.6%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7279990.270.2000.61224.4415.7933.53
Hex484F631B1403De01022
Octal11011714333240753402042
Binary100100010011111100011110111010001111011110000010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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