#48469f

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

Shades of Governor Bay #48469F

Tints of Governor Bay #48469F

Color information

#48469F (or 0x48469F) is unknown color: approx Governor Bay. HEX triplet: 48, 46 and 9F. RGB value is (72,70,159). Sum of RGB (Red+Green+Blue) = 72+70+159=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #48469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48469F is #B7B960. Grayscale: #505050. Windows color (decimal): -12040545 or 10438216. OLE color: 10438216.

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

Color convert

RGB7270159-
CMYK0.550.5600.38
HSL241.35º38.86%44.9%-
HSV(B)241.35º55.97%62.35%-
XYZ11.128.2633.81-
YUV80.74172.16121.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=23.92%
G=23.26%
B=52.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72701590.550.5600.38241.3538.8644.9
Hex48469F3738026f1272d
Octal11010623767700463614755
Binary1001000100011010011111110111111000010011011110001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48469f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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