#48558D

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

Shades of Governor Bay #48558D

Tints of Governor Bay #48558D

Color information

#48558D (or 0x48558D) is unknown color: approx Governor Bay. HEX triplet: 48, 55 and 8D. RGB value is (72,85,141). Sum of RGB (Red+Green+Blue) = 72+85+141=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #48558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558D is #B7AA72. Grayscale: #575757. Windows color (decimal): -12036723 or 9262408. OLE color: 9262408.

HSL color Cylindrical-coordinate representation of color #48558D: hue angle of 228.7º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48558D is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7285141-
CMYK0.490.4000.45
HSL228.7º32.39%41.76%-
HSV(B)228.7º48.94%55.29%-
XYZ10.739.826.53-
YUV87.5158.19116.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=24.16%
G=28.52%
B=47.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72851410.490.4000.45228.732.3941.76
Hex48558D312802De5202a
Octal11012521561500553454052
Binary1001000101010110001101110001101000010110111100101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,85,141); }

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

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

 a { background-color: rgb(72,85,141); }

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

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

 span { border-color: rgb(72,85,141); }

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