#48469C

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

Shades of Governor Bay #48469C

Tints of Governor Bay #48469C

Color information

#48469C (or 0x48469C) is unknown color: approx Governor Bay. HEX triplet: 48, 46 and 9C. RGB value is (72,70,156). Sum of RGB (Red+Green+Blue) = 72+70+156=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #48469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48469C is #B7B963. Grayscale: #505050. Windows color (decimal): -12040548 or 10241608. OLE color: 10241608.

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

Color convert

RGB7270156-
CMYK0.540.5500.39
HSL241.4º38.05%44.31%-
HSV(B)241.4º55.13%61.18%-
XYZ10.868.1632.45-
YUV80.4170.66122.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=24.16%
G=23.49%
B=52.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal72701560.540.5500.39241.438.0544.31
Hex48469C3637027f1262c
Octal11010623466670473614654
Binary1001000100011010011100110110110111010011111110001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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