#48518A

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

Shades of Governor Bay #48518A

Tints of Governor Bay #48518A

Color information

#48518A (or 0x48518A) is unknown color: approx Governor Bay. HEX triplet: 48, 51 and 8A. RGB value is (72,81,138). Sum of RGB (Red+Green+Blue) = 72+81+138=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #48518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48518A is #B7AE75. Grayscale: #545454. Windows color (decimal): -12037750 or 9064776. OLE color: 9064776.

HSL color Cylindrical-coordinate representation of color #48518A: hue angle of 231.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48518A is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7281138-
CMYK0.480.4100.46
HSL231.82º31.43%41.18%-
HSV(B)231.82º47.83%54.12%-
XYZ10.29.125.26-
YUV84.81158.02118.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=24.74%
G=27.84%
B=47.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72811380.480.4100.46231.8231.4341.18
Hex48518A302902Ee81f29
Octal11012121260510563503751
Binary100100010100011000101011000010100101011101110100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48518A; }

 p { color: rgb(72,81,138); }

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

<style>
 a { background-color: #48518A; }

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

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

<style>
 span { border-color: #48518A; }

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

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