#48599F

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

Shades of Governor Bay #48599F

Tints of Governor Bay #48599F

Color information

#48599F (or 0x48599F) is unknown color: approx Governor Bay. HEX triplet: 48, 59 and 9F. RGB value is (72,89,159). Sum of RGB (Red+Green+Blue) = 72+89+159=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #48599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599F is #B7A660. Grayscale: #5B5B5B. Windows color (decimal): -12035681 or 10443080. OLE color: 10443080.

HSL color Cylindrical-coordinate representation of color #48599F: hue angle of 228.28º 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 #48599F is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7289159-
CMYK0.550.4400.38
HSL228.28º37.66%45.29%-
HSV(B)228.28º54.72%62.35%-
XYZ12.511.0334.27-
YUV91.9165.87113.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 159 (62.5% from 255) = 49.69%
R=22.5%
G=27.81%
B=49.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72891590.550.4400.38228.2837.6645.29
Hex48599F372C026e4262d
Octal11013123767540463444655
Binary1001000101100110011111110111101100010011011100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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