#48449e

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

Shades of Governor Bay #48449E

Tints of Governor Bay #48449E

Color information

#48449E (or 0x48449E) is unknown color: approx Governor Bay. HEX triplet: 48, 44 and 9E. RGB value is (72,68,158). Sum of RGB (Red+Green+Blue) = 72+68+158=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #48449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48449E is #B7BB61. Grayscale: #4F4F4F. Windows color (decimal): -12041058 or 10372168. OLE color: 10372168.

HSL color Cylindrical-coordinate representation of color #48449E: hue angle of 242.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48449E is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7268158-
CMYK0.540.5700.38
HSL242.67º39.82%44.31%-
HSV(B)242.67º56.96%61.96%-
XYZ10.917.9833.31-
YUV79.46172.33122.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=24.16%
G=22.82%
B=53.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72681580.540.5700.38242.6739.8244.31
Hex48449E3639026f3282c
Octal11010423666710463635054
Binary1001000100010010011110110110111001010011011110011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48449e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48449e; }

 p { color: rgb(72,68,158); }

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

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

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

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

<style>
 span { border-color: #48449e; }

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

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