#4A499D

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

Shades of Governor Bay #4A499D

Tints of Governor Bay #4A499D

Color information

#4A499D (or 0x4A499D) is unknown color: approx Governor Bay. HEX triplet: 4A, 49 and 9D. RGB value is (74,73,157). Sum of RGB (Red+Green+Blue) = 74+73+157=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A499D is #B5B662. Grayscale: #525252. Windows color (decimal): -11908707 or 10307914. OLE color: 10307914.

HSL color Cylindrical-coordinate representation of color #4A499D: hue angle of 240.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A499D is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7473157-
CMYK0.530.5400.38
HSL240.71º36.52%45.1%-
HSV(B)240.71º53.5%61.57%-
XYZ11.298.6632.97-
YUV82.88169.83121.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.34%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 157 (61.72% from 255) = 51.64%
R=24.34%
G=24.01%
B=51.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74731570.530.5400.38240.7136.5245.1
Hex4A499D3536026f1252d
Octal11211123565660463614555
Binary1001010100100110011101110101110110010011011110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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