#48509a

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

Shades of Governor Bay #48509A

Tints of Governor Bay #48509A

Color information

#48509A (or 0x48509A) is unknown color: approx Governor Bay. HEX triplet: 48, 50 and 9A. RGB value is (72,80,154). Sum of RGB (Red+Green+Blue) = 72+80+154=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #48509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48509A is #B7AF65. Grayscale: #555555. Windows color (decimal): -12037990 or 10113096. OLE color: 10113096.

HSL color Cylindrical-coordinate representation of color #48509A: hue angle of 234.15º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48509A is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7280154-
CMYK0.530.4800.40
HSL234.15º36.28%44.31%-
HSV(B)234.15º53.25%60.39%-
XYZ11.379.4531.8-
YUV86.04166.35117.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=23.53%
G=26.14%
B=50.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72801540.530.4800.40234.1536.2844.31
Hex48509A3530028ea242c
Octal11012023265600503524454
Binary1001000101000010011010110101110000010100011101010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48509a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48509a; }

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

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

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

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

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

<style>
 span { border-color: #48509a; }

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

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