#4A499A

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

Shades of Governor Bay #4A499A

Tints of Governor Bay #4A499A

Color information

#4A499A (or 0x4A499A) is unknown color: approx Governor Bay. HEX triplet: 4A, 49 and 9A. RGB value is (74,73,154). Sum of RGB (Red+Green+Blue) = 74+73+154=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A499A is #B5B665. Grayscale: #525252. Windows color (decimal): -11908710 or 10111306. OLE color: 10111306.

HSL color Cylindrical-coordinate representation of color #4A499A: hue angle of 240.74º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A499A is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7473154-
CMYK0.520.5300.40
HSL240.74º35.68%44.51%-
HSV(B)240.74º52.6%60.39%-
XYZ11.048.5531.64-
YUV82.53168.33121.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.58%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=24.58%
G=24.25%
B=51.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal74731540.520.5300.40240.7435.6844.51
Hex4A499A3435028f1242d
Octal11211123264650503614455
Binary1001010100100110011010110100110101010100011110001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A499A; }

 p { color: rgb(74,73,154); }

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

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

 a { background-color: rgb(74,73,154); }

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

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

 span { border-color: rgb(74,73,154); }

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