#4B62AD

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

Shades of Mariner #4B62AD

Tints of Mariner #4B62AD

Color information

#4B62AD (or 0x4B62AD) is unknown color: approx Mariner. HEX triplet: 4B, 62 and AD. RGB value is (75,98,173). Sum of RGB (Red+Green+Blue) = 75+98+173=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B62AD is #B49D52. Grayscale: #636363. Windows color (decimal): -11836755 or 11362891. OLE color: 11362891.

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

Color convert

RGB7598173-
CMYK0.570.4300.32
HSL225.92º39.52%48.63%-
HSV(B)225.92º56.65%67.84%-
XYZ14.8113.2541.31-
YUV99.67169.38110.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 173 (67.97% from 255) = 50%
R=21.68%
G=28.32%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal75981730.570.4300.32225.9239.5248.63
Hex4B62AD392B020e22831
Octal11314225571530403425061
Binary1001011110001010101101111001101011010000011100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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