#4A5793

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

Shades of Governor Bay #4A5793

Tints of Governor Bay #4A5793

Color information

#4A5793 (or 0x4A5793) is unknown color: approx Governor Bay. HEX triplet: 4A, 57 and 93. RGB value is (74,87,147). Sum of RGB (Red+Green+Blue) = 74+87+147=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A5793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5793 is #B5A86C. Grayscale: #595959. Windows color (decimal): -11905133 or 9656138. OLE color: 9656138.

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

Color convert

RGB7487147-
CMYK0.500.4100.42
HSL229.32º33.03%43.33%-
HSV(B)229.32º49.66%57.65%-
XYZ11.510.3829-
YUV89.95160.19116.62-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=24.03%
G=28.25%
B=47.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74871470.500.4100.42229.3233.0343.33
Hex4A5793322902Ae5212b
Octal11212722362510523454153
Binary1001010101011110010011110010101001010101011100101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,147); }

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

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

 a { background-color: rgb(74,87,147); }

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

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

 span { border-color: rgb(74,87,147); }

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