#4F62AA

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

Shades of Mariner #4F62AA

Tints of Mariner #4F62AA

Color information

#4F62AA (or 0x4F62AA) is unknown color: approx Mariner. HEX triplet: 4F, 62 and AA. RGB value is (79,98,170). Sum of RGB (Red+Green+Blue) = 79+98+170=347 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.77% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F62AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F62AA is #B09D55. Grayscale: #646464. Windows color (decimal): -11574614 or 11166287. OLE color: 11166287.

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

Color convert

RGB7998170-
CMYK0.540.4200.33
HSL227.47º36.55%48.82%-
HSV(B)227.47º53.53%66.67%-
XYZ14.8513.339.81-
YUV100.53167.21112.65-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.77%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=22.77%
G=28.24%
B=48.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79981700.540.4200.33227.4736.5548.82
Hex4F62AA362A021e32531
Octal11714225266520413434561
Binary1001111110001010101010110110101010010000111100011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,170); }

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

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

 a { background-color: rgb(79,98,170); }

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

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

 span { border-color: rgb(79,98,170); }

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