#484F6D

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

Shades of East Bay #484F6D

Tints of East Bay #484F6D

Color information

#484F6D (or 0x484F6D) is unknown color: approx East Bay. HEX triplet: 48, 4F and 6D. RGB value is (72,79,109). Sum of RGB (Red+Green+Blue) = 72+79+109=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #484F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F6D is #B7B092. Grayscale: #505050. Windows color (decimal): -12038291 or 7163720. OLE color: 7163720.

HSL color Cylindrical-coordinate representation of color #484F6D: hue angle of 228.65º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #484F6D is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7279109-
CMYK0.340.2800.57
HSL228.65º20.44%35.49%-
HSV(B)228.65º33.94%42.75%-
XYZ8.238.0715.59-
YUV80.33144.18122.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=27.69%
G=30.38%
B=41.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72791090.340.2800.57228.6520.4435.49
Hex484F6D221C039e51423
Octal11011715542340713452443
Binary1001000100111111011011000101110001110011110010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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