#4A5FB1

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

Shades of Mariner #4A5FB1

Tints of Mariner #4A5FB1

Color information

#4A5FB1 (or 0x4A5FB1) is unknown color: approx Mariner. HEX triplet: 4A, 5F and B1. RGB value is (74,95,177). Sum of RGB (Red+Green+Blue) = 74+95+177=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 177 (69.53% from 255 or 51.16% from 346); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A5FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5FB1 is #B5A04E. Grayscale: #616161. Windows color (decimal): -11903055 or 11624266. OLE color: 11624266.

HSL color Cylindrical-coordinate representation of color #4A5FB1: hue angle of 227.77º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A5FB1 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7495177-
CMYK0.580.4600.31
HSL227.77º41.04%49.22%-
HSV(B)227.77º58.19%69.41%-
XYZ14.8512.8143.29-
YUV98.07172.54110.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 177 (69.53% from 255) = 51.16%
R=21.39%
G=27.46%
B=51.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74951770.580.4600.31227.7741.0449.22
Hex4A5FB13A2E01Fe42931
Octal11213726172560373445161
Binary100101010111111011000111101010111001111111100100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,95,177); }

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

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

 a { background-color: rgb(74,95,177); }

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

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

 span { border-color: rgb(74,95,177); }

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