#48589A

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

Shades of Governor Bay #48589A

Tints of Governor Bay #48589A

Color information

#48589A (or 0x48589A) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and 9A. RGB value is (72,88,154). Sum of RGB (Red+Green+Blue) = 72+88+154=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #48589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48589A is #B7A765. Grayscale: #5A5A5A. Windows color (decimal): -12035942 or 10115144. OLE color: 10115144.

HSL color Cylindrical-coordinate representation of color #48589A: hue angle of 228.29º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48589A is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7288154-
CMYK0.530.4300.40
HSL228.29º36.28%44.31%-
HSV(B)228.29º53.25%60.39%-
XYZ11.9910.6932-
YUV90.74163.7114.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=22.93%
G=28.03%
B=49.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72881540.530.4300.40228.2936.2844.31
Hex48589A352B028e4242c
Octal11013023265530503444454
Binary1001000101100010011010110101101011010100011100100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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