#484F6C

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

Shades of East Bay #484F6C

Tints of East Bay #484F6C

Color information

#484F6C (or 0x484F6C) is unknown color: approx East Bay. HEX triplet: 48, 4F and 6C. RGB value is (72,79,108). Sum of RGB (Red+Green+Blue) = 72+79+108=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #484F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F6C is #B7B093. Grayscale: #505050. Windows color (decimal): -12038292 or 7098184. OLE color: 7098184.

HSL color Cylindrical-coordinate representation of color #484F6C: hue angle of 228.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484F6C is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7279108-
CMYK0.330.2700.58
HSL228.33º20%35.29%-
HSV(B)228.33º33.33%42.35%-
XYZ8.188.0515.31-
YUV80.21143.68122.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=27.80%
G=30.50%
B=41.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72791080.330.2700.58228.332035.29
Hex484F6C211B03Ae41423
Octal11011715441330723442443
Binary1001000100111111011001000011101101110101110010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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