#4C62AD

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

Shades of Mariner #4C62AD

Tints of Mariner #4C62AD

Color information

#4C62AD (or 0x4C62AD) is unknown color: approx Mariner. HEX triplet: 4C, 62 and AD. RGB value is (76,98,173). Sum of RGB (Red+Green+Blue) = 76+98+173=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C62AD is #B39D52. Grayscale: #636363. Windows color (decimal): -11771219 or 11362892. OLE color: 11362892.

HSL color Cylindrical-coordinate representation of color #4C62AD: hue angle of 226.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C62AD is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7698173-
CMYK0.560.4300.32
HSL226.39º38.96%48.82%-
HSV(B)226.39º56.07%67.84%-
XYZ14.8913.2941.32-
YUV99.97169.21110.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=21.90%
G=28.24%
B=49.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76981730.560.4300.32226.3938.9648.82
Hex4C62AD382B020e22731
Octal11414225570530403424761
Binary1001100110001010101101111000101011010000011100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,98,173); }

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

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

 a { background-color: rgb(76,98,173); }

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

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

 span { border-color: rgb(76,98,173); }

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