#48599B

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

Shades of Governor Bay #48599B

Tints of Governor Bay #48599B

Color information

#48599B (or 0x48599B) is unknown color: approx Governor Bay. HEX triplet: 48, 59 and 9B. RGB value is (72,89,155). Sum of RGB (Red+Green+Blue) = 72+89+155=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #48599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599B is #B7A664. Grayscale: #5B5B5B. Windows color (decimal): -12035685 or 10180936. OLE color: 10180936.

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

Color convert

RGB7289155-
CMYK0.540.4300.39
HSL227.71º36.56%44.51%-
HSV(B)227.71º53.55%60.78%-
XYZ12.1610.8932.47-
YUV91.44163.87114.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=22.78%
G=28.16%
B=49.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72891550.540.4300.39227.7136.5644.51
Hex48599B362B027e4252d
Octal11013123366530473444555
Binary1001000101100110011011110110101011010011111100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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