#48589B

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

Shades of Governor Bay #48589B

Tints of Governor Bay #48589B

Color information

#48589B (or 0x48589B) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and 9B. RGB value is (72,88,155). Sum of RGB (Red+Green+Blue) = 72+88+155=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #48589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48589B is #B7A764. Grayscale: #5A5A5A. Windows color (decimal): -12035941 or 10180680. OLE color: 10180680.

HSL color Cylindrical-coordinate representation of color #48589B: hue angle of 228.43º 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 #48589B is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7288155-
CMYK0.540.4300.39
HSL228.43º36.56%44.51%-
HSV(B)228.43º53.55%60.78%-
XYZ12.0810.7232.44-
YUV90.85164.2114.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.86%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=22.86%
G=27.94%
B=49.21%

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
Decimal72881550.540.4300.39228.4336.5644.51
Hex48589B362B027e4252d
Octal11013023366530473444555
Binary1001000101100010011011110110101011010011111100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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