#48539F

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

Shades of Governor Bay #48539F

Tints of Governor Bay #48539F

Color information

#48539F (or 0x48539F) is unknown color: approx Governor Bay. HEX triplet: 48, 53 and 9F. RGB value is (72,83,159). Sum of RGB (Red+Green+Blue) = 72+83+159=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #48539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48539F is #B7AC60. Grayscale: #585858. Windows color (decimal): -12037217 or 10441544. OLE color: 10441544.

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

Color convert

RGB7283159-
CMYK0.550.4800.38
HSL232.41º37.66%45.29%-
HSV(B)232.41º54.72%62.35%-
XYZ12.0210.0734.11-
YUV88.38167.86116.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=22.93%
G=26.43%
B=50.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72831590.550.4800.38232.4137.6645.29
Hex48539F3730026e8262d
Octal11012323767600463504655
Binary1001000101001110011111110111110000010011011101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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