#484E5D

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

Shades of East Bay #484E5D

Tints of East Bay #484E5D

Color information

#484E5D (or 0x484E5D) is unknown color: approx East Bay. HEX triplet: 48, 4E and 5D. RGB value is (72,78,93). Sum of RGB (Red+Green+Blue) = 72+78+93=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #484E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E5D is #B7B1A2. Grayscale: #4D4D4D. Windows color (decimal): -12038563 or 6114888. OLE color: 6114888.

HSL color Cylindrical-coordinate representation of color #484E5D: hue angle of 222.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484E5D is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB727893-
CMYK0.230.1600.64
HSL222.86º12.73%32.35%-
HSV(B)222.86º22.58%36.47%-
XYZ7.377.6211.44-
YUV77.92136.51123.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=29.63%
G=32.10%
B=38.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7278930.230.1600.64222.8612.7332.35
Hex484E5D1710040dfd20
Octal110116135272001003371540
Binary100100010011101011101101111000001000000110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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