#48489B

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

Shades of Governor Bay #48489B

Tints of Governor Bay #48489B

Color information

#48489B (or 0x48489B) is unknown color: approx Governor Bay. HEX triplet: 48, 48 and 9B. RGB value is (72,72,155). Sum of RGB (Red+Green+Blue) = 72+72+155=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #48489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48489B is #B7B764. Grayscale: #515151. Windows color (decimal): -12040037 or 10176584. OLE color: 10176584.

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

Color convert

RGB7272155-
CMYK0.540.5400.39
HSL240º36.56%44.51%-
HSV(B)240º53.55%60.78%-
XYZ10.918.3832.05-
YUV81.46169.5121.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=24.08%
G=24.08%
B=51.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72721550.540.5400.3924036.5644.51
Hex48489B3636027f0252d
Octal11011023366660473604555
Binary1001000100100010011011110110110110010011111110000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,72,155); }

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

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

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

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

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

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

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