#48469D

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

Shades of Governor Bay #48469D

Tints of Governor Bay #48469D

Color information

#48469D (or 0x48469D) is unknown color: approx Governor Bay. HEX triplet: 48, 46 and 9D. RGB value is (72,70,157). Sum of RGB (Red+Green+Blue) = 72+70+157=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #48469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48469D is #B7B962. Grayscale: #505050. Windows color (decimal): -12040547 or 10307144. OLE color: 10307144.

HSL color Cylindrical-coordinate representation of color #48469D: hue angle of 241.38º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48469D is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7270157-
CMYK0.540.5500.38
HSL241.38º38.33%44.51%-
HSV(B)241.38º55.41%61.57%-
XYZ10.958.1932.9-
YUV80.52171.16121.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.08%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=24.08%
G=23.41%
B=52.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72701570.540.5500.38241.3838.3344.51
Hex48469D3637026f1262d
Octal11010623566670463614655
Binary1001000100011010011101110110110111010011011110001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48469D; }

 p { color: rgb(72,70,157); }

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

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

 a { background-color: rgb(72,70,157); }

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

<style>
 span { border-color: #48469D; }

 span { border-color: rgb(72,70,157); }

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