#484993

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

Shades of Governor Bay #484993

Tints of Governor Bay #484993

Color information

#484993 (or 0x484993) is unknown color: approx Governor Bay. HEX triplet: 48, 49 and 93. RGB value is (72,73,147). Sum of RGB (Red+Green+Blue) = 72+73+147=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #484993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484993 is #B7B66C. Grayscale: #505050. Windows color (decimal): -12039789 or 9652552. OLE color: 9652552.

HSL color Cylindrical-coordinate representation of color #484993: hue angle of 239.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484993 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7273147-
CMYK0.510.5000.42
HSL239.2º34.25%42.94%-
HSV(B)239.2º51.02%57.65%-
XYZ10.328.2528.65-
YUV81.14165.17121.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=24.66%
G=25%
B=50.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72731470.510.5000.42239.234.2542.94
Hex484993333202Aef222b
Octal11011122363620523574253
Binary1001000100100110010011110011110010010101011101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484993; }

 p { color: rgb(72,73,147); }

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

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

 a { background-color: rgb(72,73,147); }

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

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

 span { border-color: rgb(72,73,147); }

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