#48528F

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

Shades of Governor Bay #48528F

Tints of Governor Bay #48528F

Color information

#48528F (or 0x48528F) is unknown color: approx Governor Bay. HEX triplet: 48, 52 and 8F. RGB value is (72,82,143). Sum of RGB (Red+Green+Blue) = 72+82+143=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #48528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48528F is #B7AD70. Grayscale: #555555. Windows color (decimal): -12037489 or 9392712. OLE color: 9392712.

HSL color Cylindrical-coordinate representation of color #48528F: hue angle of 231.55º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48528F is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7282143-
CMYK0.500.4300.44
HSL231.55º33.02%42.16%-
HSV(B)231.55º49.65%56.08%-
XYZ10.659.427.24-
YUV85.96160.19118.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=24.24%
G=27.61%
B=48.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72821430.500.4300.44231.5533.0242.16
Hex48528F322B02Ce8212a
Octal11012221762530543504152
Binary1001000101001010001111110010101011010110011101000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48528F; }

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

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

<style>
 a { background-color: #48528F; }

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

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

<style>
 span { border-color: #48528F; }

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

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