#48508B

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

Shades of Governor Bay #48508B

Tints of Governor Bay #48508B

Color information

#48508B (or 0x48508B) is unknown color: approx Governor Bay. HEX triplet: 48, 50 and 8B. RGB value is (72,80,139). Sum of RGB (Red+Green+Blue) = 72+80+139=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #48508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508B is #B7AF74. Grayscale: #545454. Windows color (decimal): -12038005 or 9130056. OLE color: 9130056.

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

Color convert

RGB7280139-
CMYK0.480.4200.45
HSL232.84º31.75%41.37%-
HSV(B)232.84º48.2%54.51%-
XYZ10.28.9825.62-
YUV84.33158.85119.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=24.74%
G=27.49%
B=47.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72801390.480.4200.45232.8431.7541.37
Hex48508B302A02De92029
Octal11012021360520553514051
Binary1001000101000010001011110000101010010110111101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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