#48529F

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

Shades of Governor Bay #48529F

Tints of Governor Bay #48529F

Color information

#48529F (or 0x48529F) is unknown color: approx Governor Bay. HEX triplet: 48, 52 and 9F. RGB value is (72,82,159). Sum of RGB (Red+Green+Blue) = 72+82+159=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #48529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48529F is #B7AD60. Grayscale: #575757. Windows color (decimal): -12037473 or 10441288. OLE color: 10441288.

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

Color convert

RGB7282159-
CMYK0.550.4800.38
HSL233.1º37.66%45.29%-
HSV(B)233.1º54.72%62.35%-
XYZ11.959.9234.09-
YUV87.79168.19116.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 82 (32.42% from 255) = 26.20%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=23.00%
G=26.20%
B=50.80%

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
Decimal72821590.550.4800.38233.137.6645.29
Hex48529F3730026e9262d
Octal11012223767600463514655
Binary1001000101001010011111110111110000010011011101001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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