#48589D

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

Shades of Governor Bay #48589D

Tints of Governor Bay #48589D

Color information

#48589D (or 0x48589D) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and 9D. RGB value is (72,88,157). Sum of RGB (Red+Green+Blue) = 72+88+157=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #48589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48589D is #B7A762. Grayscale: #5A5A5A. Windows color (decimal): -12035939 or 10311752. OLE color: 10311752.

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

Color convert

RGB7288157-
CMYK0.540.4400.38
HSL228.71º37.12%44.9%-
HSV(B)228.71º54.14%61.57%-
XYZ12.2510.7933.34-
YUV91.08165.2114.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=22.71%
G=27.76%
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
Decimal72881570.540.4400.38228.7137.1244.9
Hex48589D362C026e5252d
Octal11013023566540463454555
Binary1001000101100010011101110110101100010011011100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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