#48579F

Color #48579F Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #48579F

Tints of Governor Bay #48579F

Color information

#48579F (or 0x48579F) is unknown color: approx Governor Bay. HEX triplet: 48, 57 and 9F. RGB value is (72,87,159). Sum of RGB (Red+Green+Blue) = 72+87+159=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #48579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48579F is #B7A860. Grayscale: #5A5A5A. Windows color (decimal): -12036193 or 10442568. OLE color: 10442568.

HSL color Cylindrical-coordinate representation of color #48579F: hue angle of 229.66º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48579F is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7287159-
CMYK0.550.4500.38
HSL229.66º37.66%45.29%-
HSV(B)229.66º54.72%62.35%-
XYZ12.3410.734.22-
YUV90.72166.53114.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 159 (62.5% from 255) = 50%
R=22.64%
G=27.36%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72871590.550.4500.38229.6637.6645.29
Hex48579F372D026e6262d
Octal11012723767550463464655
Binary1001000101011110011111110111101101010011011100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48579F; }

 p { color: rgb(72,87,159); }

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

<style>
 a { background-color: #48579F; }

 a { background-color: rgb(72,87,159); }

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

<style>
 span { border-color: #48579F; }

 span { border-color: rgb(72,87,159); }

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