#4A529B

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

Shades of Governor Bay #4A529B

Tints of Governor Bay #4A529B

Color information

#4A529B (or 0x4A529B) is unknown color: approx Governor Bay. HEX triplet: 4A, 52 and 9B. RGB value is (74,82,155). Sum of RGB (Red+Green+Blue) = 74+82+155=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A529B is #B5AD64. Grayscale: #575757. Windows color (decimal): -11906405 or 10179146. OLE color: 10179146.

HSL color Cylindrical-coordinate representation of color #4A529B: hue angle of 234.07º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A529B is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7482155-
CMYK0.520.4700.39
HSL234.07º35.37%44.9%-
HSV(B)234.07º52.26%60.78%-
XYZ11.769.8632.29-
YUV87.93165.85118.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.79%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=23.79%
G=26.37%
B=49.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74821550.520.4700.39234.0735.3744.9
Hex4A529B342F027ea232d
Octal11212223364570473524355
Binary1001010101001010011011110100101111010011111101010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,82,155); }

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

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

 a { background-color: rgb(74,82,155); }

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

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

 span { border-color: rgb(74,82,155); }

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