#48599D

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

Shades of Governor Bay #48599D

Tints of Governor Bay #48599D

Color information

#48599D (or 0x48599D) is unknown color: approx Governor Bay. HEX triplet: 48, 59 and 9D. RGB value is (72,89,157). Sum of RGB (Red+Green+Blue) = 72+89+157=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #48599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48599D is #B7A662. Grayscale: #5B5B5B. Windows color (decimal): -12035683 or 10312008. OLE color: 10312008.

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

Color convert

RGB7289157-
CMYK0.540.4300.38
HSL228º37.12%44.9%-
HSV(B)228º54.14%61.57%-
XYZ12.3310.9633.36-
YUV91.67164.87113.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=22.64%
G=27.99%
B=49.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72891570.540.4300.3822837.1244.9
Hex48599D362B026e4252d
Octal11013123566530463444555
Binary1001000101100110011101110110101011010011011100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,89,157); }

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

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

 a { background-color: rgb(72,89,157); }

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

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

 span { border-color: rgb(72,89,157); }

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