#48599E

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

Shades of Governor Bay #48599E

Tints of Governor Bay #48599E

Color information

#48599E (or 0x48599E) is unknown color: approx Governor Bay. HEX triplet: 48, 59 and 9E. RGB value is (72,89,158). Sum of RGB (Red+Green+Blue) = 72+89+158=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #48599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599E is #B7A661. Grayscale: #5B5B5B. Windows color (decimal): -12035682 or 10377544. OLE color: 10377544.

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

Color convert

RGB7289158-
CMYK0.540.4400.38
HSL228.14º37.39%45.1%-
HSV(B)228.14º54.43%61.96%-
XYZ12.4210.9933.81-
YUV91.78165.37113.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=22.57%
G=27.90%
B=49.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72891580.540.4400.38228.1437.3945.1
Hex48599E362C026e4252d
Octal11013123666540463444555
Binary1001000101100110011110110110101100010011011100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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