#48589F

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

Shades of Governor Bay #48589F

Tints of Governor Bay #48589F

Color information

#48589F (or 0x48589F) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and 9F. RGB value is (72,88,159). Sum of RGB (Red+Green+Blue) = 72+88+159=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #48589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48589F is #B7A760. Grayscale: #5B5B5B. Windows color (decimal): -12035937 or 10442824. OLE color: 10442824.

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

Color convert

RGB7288159-
CMYK0.550.4500.38
HSL228.97º37.66%45.29%-
HSV(B)228.97º54.72%62.35%-
XYZ12.4210.8634.24-
YUV91.31166.2114.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=22.57%
G=27.59%
B=49.84%

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
Decimal72881590.550.4500.38228.9737.6645.29
Hex48589F372D026e5262d
Octal11013023767550463454655
Binary1001000101100010011111110111101101010011011100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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