#48469E

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

Shades of Governor Bay #48469E

Tints of Governor Bay #48469E

Color information

#48469E (or 0x48469E) is unknown color: approx Governor Bay. HEX triplet: 48, 46 and 9E. RGB value is (72,70,158). Sum of RGB (Red+Green+Blue) = 72+70+158=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #48469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48469E is #B7B961. Grayscale: #505050. Windows color (decimal): -12040546 or 10372680. OLE color: 10372680.

HSL color Cylindrical-coordinate representation of color #48469E: hue angle of 241.36º 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 #48469E is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7270158-
CMYK0.540.5600.38
HSL241.36º38.6%44.71%-
HSV(B)241.36º55.7%61.96%-
XYZ11.038.2333.35-
YUV80.63171.66121.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=24%
G=23.33%
B=52.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72701580.540.5600.38241.3638.644.71
Hex48469E3638026f1272d
Octal11010623666700463614755
Binary1001000100011010011110110110111000010011011110001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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