#48539C

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

Shades of Governor Bay #48539C

Tints of Governor Bay #48539C

Color information

#48539C (or 0x48539C) is unknown color: approx Governor Bay. HEX triplet: 48, 53 and 9C. RGB value is (72,83,156). Sum of RGB (Red+Green+Blue) = 72+83+156=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #48539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48539C is #B7AC63. Grayscale: #575757. Windows color (decimal): -12037220 or 10244936. OLE color: 10244936.

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

Color convert

RGB7283156-
CMYK0.540.4700.39
HSL232.14º36.84%44.71%-
HSV(B)232.14º53.85%61.18%-
XYZ11.779.9632.76-
YUV88.03166.36116.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=23.15%
G=26.69%
B=50.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72831560.540.4700.39232.1436.8444.71
Hex48539C362F027e8252d
Octal11012323466570473504555
Binary1001000101001110011100110110101111010011111101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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