#48549E

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

Shades of Governor Bay #48549E

Tints of Governor Bay #48549E

Color information

#48549E (or 0x48549E) is unknown color: approx Governor Bay. HEX triplet: 48, 54 and 9E. RGB value is (72,84,158). Sum of RGB (Red+Green+Blue) = 72+84+158=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #48549E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48549E is #B7AB61. Grayscale: #585858. Windows color (decimal): -12036962 or 10376264. OLE color: 10376264.

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

Color convert

RGB7284158-
CMYK0.540.4700.38
HSL231.63º37.39%45.1%-
HSV(B)231.63º54.43%61.96%-
XYZ12.0110.1933.68-
YUV88.85167.02115.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=22.93%
G=26.75%
B=50.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72841580.540.4700.38231.6337.3945.1
Hex48549E362F026e8252d
Octal11012423666570463504555
Binary1001000101010010011110110110101111010011011101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48549E; }

 p { color: rgb(72,84,158); }

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

<style>
 a { background-color: #48549E; }

 a { background-color: rgb(72,84,158); }

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

<style>
 span { border-color: #48549E; }

 span { border-color: rgb(72,84,158); }

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