#4F5875

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

Shades of East Bay #4F5875

Tints of East Bay #4F5875

Color information

#4F5875 (or 0x4F5875) is unknown color: approx East Bay. HEX triplet: 4F, 58 and 75. RGB value is (79,88,117). Sum of RGB (Red+Green+Blue) = 79+88+117=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5875 is #B0A78A. Grayscale: #585858. Windows color (decimal): -11577227 or 7690319. OLE color: 7690319.

HSL color Cylindrical-coordinate representation of color #4F5875: hue angle of 225.79º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F5875 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7988117-
CMYK0.320.2500.54
HSL225.79º19.39%38.43%-
HSV(B)225.79º32.48%45.88%-
XYZ9.939.9318.22-
YUV88.62144.02121.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=27.82%
G=30.99%
B=41.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79881170.320.2500.54225.7919.3938.43
Hex4F58752019036e21326
Octal11713016540310663422346
Binary1001111101100011101011000001100101101101110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5875; }

 p { color: rgb(79,88,117); }

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

<style>
 a { background-color: #4F5875; }

 a { background-color: rgb(79,88,117); }

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

<style>
 span { border-color: #4F5875; }

 span { border-color: rgb(79,88,117); }

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