#48579B

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

Shades of Governor Bay #48579B

Tints of Governor Bay #48579B

Color information

#48579B (or 0x48579B) is unknown color: approx Governor Bay. HEX triplet: 48, 57 and 9B. RGB value is (72,87,155). Sum of RGB (Red+Green+Blue) = 72+87+155=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #48579B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48579B is #B7A864. Grayscale: #595959. Windows color (decimal): -12036197 or 10180424. OLE color: 10180424.

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

Color convert

RGB7287155-
CMYK0.540.4400.39
HSL229.16º36.56%44.51%-
HSV(B)229.16º53.55%60.78%-
XYZ1210.5632.42-
YUV90.27164.53114.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=22.93%
G=27.71%
B=49.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72871550.540.4400.39229.1636.5644.51
Hex48579B362C027e5252d
Octal11012723366540473454555
Binary1001000101011110011011110110101100010011111100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48579B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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