#48508A

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

Shades of Governor Bay #48508A

Tints of Governor Bay #48508A

Color information

#48508A (or 0x48508A) is unknown color: approx Governor Bay. HEX triplet: 48, 50 and 8A. RGB value is (72,80,138). Sum of RGB (Red+Green+Blue) = 72+80+138=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #48508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508A is #B7AF75. Grayscale: #535353. Windows color (decimal): -12038006 or 9064520. OLE color: 9064520.

HSL color Cylindrical-coordinate representation of color #48508A: hue angle of 232.73º 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 #48508A is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7280138-
CMYK0.480.4200.46
HSL232.73º31.43%41.18%-
HSV(B)232.73º47.83%54.12%-
XYZ10.138.9525.24-
YUV84.22158.35119.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=24.83%
G=27.59%
B=47.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72801380.480.4200.46232.7331.4341.18
Hex48508A302A02Ee91f29
Octal11012021260520563513751
Binary100100010100001000101011000010101001011101110100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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