#48529C

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

Shades of Governor Bay #48529C

Tints of Governor Bay #48529C

Color information

#48529C (or 0x48529C) is unknown color: approx Governor Bay. HEX triplet: 48, 52 and 9C. RGB value is (72,82,156). Sum of RGB (Red+Green+Blue) = 72+82+156=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #48529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48529C is #B7AD63. Grayscale: #575757. Windows color (decimal): -12037476 or 10244680. OLE color: 10244680.

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

Color convert

RGB7282156-
CMYK0.540.4700.39
HSL232.86º36.84%44.71%-
HSV(B)232.86º53.85%61.18%-
XYZ11.699.8132.73-
YUV87.45166.69116.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=23.23%
G=26.45%
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.39
SystemRedGreenBlueCMYKHSL
Decimal72821560.540.4700.39232.8636.8444.71
Hex48529C362F027e9252d
Octal11012223466570473514555
Binary1001000101001010011100110110101111010011111101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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