#48528C

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

Shades of Governor Bay #48528C

Tints of Governor Bay #48528C

Color information

#48528C (or 0x48528C) is unknown color: approx Governor Bay. HEX triplet: 48, 52 and 8C. RGB value is (72,82,140). Sum of RGB (Red+Green+Blue) = 72+82+140=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #48528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48528C is #B7AD73. Grayscale: #555555. Windows color (decimal): -12037492 or 9196104. OLE color: 9196104.

HSL color Cylindrical-coordinate representation of color #48528C: hue angle of 231.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48528C is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7282140-
CMYK0.490.4100.45
HSL231.18º32.08%41.57%-
HSV(B)231.18º48.57%54.9%-
XYZ10.429.3126.06-
YUV85.62158.69118.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=24.49%
G=27.89%
B=47.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72821400.490.4100.45231.1832.0841.57
Hex48528C312902De7202a
Octal11012221461510553474052
Binary1001000101001010001100110001101001010110111100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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