#4A58AB

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

Shades of Governor Bay #4A58AB

Tints of Governor Bay #4A58AB

Color information

#4A58AB (or 0x4A58AB) is unknown color: approx Governor Bay. HEX triplet: 4A, 58 and AB. RGB value is (74,88,171). Sum of RGB (Red+Green+Blue) = 74+88+171=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A58AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A58AB is #B5A754. Grayscale: #5C5C5C. Windows color (decimal): -11904853 or 11229258. OLE color: 11229258.

HSL color Cylindrical-coordinate representation of color #4A58AB: hue angle of 231.34º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A58AB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7488171-
CMYK0.570.4900.33
HSL231.34º39.59%48.04%-
HSV(B)231.34º56.73%67.06%-
XYZ13.6611.3840-
YUV93.28171.86114.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.22%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=22.22%
G=26.43%
B=51.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74881710.570.4900.33231.3439.5948.04
Hex4A58AB3931021e72830
Octal11213025371610413475060
Binary1001010101100010101011111001110001010000111100111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A58AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,88,171); }

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

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

 a { background-color: rgb(74,88,171); }

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

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

 span { border-color: rgb(74,88,171); }

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