#48558E

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

Shades of Governor Bay #48558E

Tints of Governor Bay #48558E

Color information

#48558E (or 0x48558E) is unknown color: approx Governor Bay. HEX triplet: 48, 55 and 8E. RGB value is (72,85,142). Sum of RGB (Red+Green+Blue) = 72+85+142=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #48558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558E is #B7AA71. Grayscale: #575757. Windows color (decimal): -12036722 or 9327944. OLE color: 9327944.

HSL color Cylindrical-coordinate representation of color #48558E: hue angle of 228.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48558E is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7285142-
CMYK0.490.4000.44
HSL228.86º32.71%41.96%-
HSV(B)228.86º49.3%55.69%-
XYZ10.89.8326.92-
YUV87.61158.69116.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=24.08%
G=28.43%
B=47.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72851420.490.4000.44228.8632.7141.96
Hex48558E312802Ce5212a
Octal11012521661500543454152
Binary1001000101010110001110110001101000010110011100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48558E; }

 p { color: rgb(72,85,142); }

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

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

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

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

<style>
 span { border-color: #48558E; }

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

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