#484C65

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

Shades of East Bay #484C65

Tints of East Bay #484C65

Color information

#484C65 (or 0x484C65) is unknown color: approx East Bay. HEX triplet: 48, 4C and 65. RGB value is (72,76,101). Sum of RGB (Red+Green+Blue) = 72+76+101=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #484C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C65 is #B7B39A. Grayscale: #4D4D4D. Windows color (decimal): -12039067 or 6638664. OLE color: 6638664.

HSL color Cylindrical-coordinate representation of color #484C65: hue angle of 231.72º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484C65 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7276101-
CMYK0.290.2500.60
HSL231.72º16.76%33.92%-
HSV(B)231.72º28.71%39.61%-
XYZ7.617.4913.36-
YUV77.65141.17123.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 76 (30.08% from 255) = 30.52%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=28.92%
G=30.52%
B=40.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72761010.290.2500.60231.7216.7633.92
Hex484C651D1903Ce81122
Octal11011414535310743502142
Binary100100010011001100101111011100101111001110100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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