#48589C

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

Shades of Governor Bay #48589C

Tints of Governor Bay #48589C

Color information

#48589C (or 0x48589C) is unknown color: approx Governor Bay. HEX triplet: 48, 58 and 9C. RGB value is (72,88,156). Sum of RGB (Red+Green+Blue) = 72+88+156=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #48589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48589C is #B7A763. Grayscale: #5A5A5A. Windows color (decimal): -12035940 or 10246216. OLE color: 10246216.

HSL color Cylindrical-coordinate representation of color #48589C: hue angle of 228.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48589C is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7288156-
CMYK0.540.4400.39
HSL228.57º36.84%44.71%-
HSV(B)228.57º53.85%61.18%-
XYZ12.1610.7632.89-
YUV90.97164.7114.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=22.78%
G=27.85%
B=49.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72881560.540.4400.39228.5736.8444.71
Hex48589C362C027e5252d
Octal11013023466540473454555
Binary1001000101100010011100110110101100010011111100101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48589C; }

 p { color: rgb(72,88,156); }

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

<style>
 a { background-color: #48589C; }

 a { background-color: rgb(72,88,156); }

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

<style>
 span { border-color: #48589C; }

 span { border-color: rgb(72,88,156); }

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