#484E5E

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

Shades of East Bay #484E5E

Tints of East Bay #484E5E

Color information

#484E5E (or 0x484E5E) is unknown color: approx East Bay. HEX triplet: 48, 4E and 5E. RGB value is (72,78,94). Sum of RGB (Red+Green+Blue) = 72+78+94=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #484E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E5E is #B7B1A1. Grayscale: #4D4D4D. Windows color (decimal): -12038562 or 6180424. OLE color: 6180424.

HSL color Cylindrical-coordinate representation of color #484E5E: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484E5E is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB727894-
CMYK0.230.1700.63
HSL223.64º13.25%32.55%-
HSV(B)223.64º23.4%36.86%-
XYZ7.427.6311.67-
YUV78.03137.01123.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=29.51%
G=31.97%
B=38.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7278940.230.1700.63223.6413.2532.55
Hex484E5E171103Fe0d21
Octal11011613627210773401541
Binary10010001001110101111010111100010111111111000001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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