#48508F

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

Shades of Governor Bay #48508F

Tints of Governor Bay #48508F

Color information

#48508F (or 0x48508F) is unknown color: approx Governor Bay. HEX triplet: 48, 50 and 8F. RGB value is (72,80,143). Sum of RGB (Red+Green+Blue) = 72+80+143=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #48508F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508F is #B7AF70. Grayscale: #545454. Windows color (decimal): -12038001 or 9392200. OLE color: 9392200.

HSL color Cylindrical-coordinate representation of color #48508F: hue angle of 233.24º 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 #48508F is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7280143-
CMYK0.500.4400.44
HSL233.24º33.02%42.16%-
HSV(B)233.24º49.65%56.08%-
XYZ10.59.127.19-
YUV84.79160.85118.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=24.41%
G=27.12%
B=48.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72801430.500.4400.44233.2433.0242.16
Hex48508F322C02Ce9212a
Octal11012021762540543514152
Binary1001000101000010001111110010101100010110011101001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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