#484C5E

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

Shades of East Bay #484C5E

Tints of East Bay #484C5E

Color information

#484C5E (or 0x484C5E) is unknown color: approx East Bay. HEX triplet: 48, 4C and 5E. RGB value is (72,76,94). Sum of RGB (Red+Green+Blue) = 72+76+94=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #484C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C5E is #B7B3A1. Grayscale: #4C4C4C. Windows color (decimal): -12039074 or 6179912. OLE color: 6179912.

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

Color convert

RGB727694-
CMYK0.230.1900.63
HSL229.09º13.25%32.55%-
HSV(B)229.09º23.4%36.86%-
XYZ7.287.3511.63-
YUV76.86137.67124.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=29.75%
G=31.40%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7276940.230.1900.63229.0913.2532.55
Hex484C5E171303Fe5d21
Octal11011413627230773451541
Binary10010001001100101111010111100110111111111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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