Html Css Color HEX #4061AD Mariner

📋 copy color: '#4061AD'

red 64 ◦ green 97 ◦ blue 173

#4061AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #4061AD

Tints of Mariner #4061AD

RGB

 RED value IS 64 (25.39% from 255) = 19.16%

 GREEN value IS 97 (38.28% from 255) = 29.04%

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 19.16%
G = 29.04%
B = 51.8%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4061AD (or 0x4061AD) is known color: Mariner. HEX triplet: 40, 61 and AD. RGB value is (64,97,173). Sum of RGB (Red+Green+Blue) = 64+97+173=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #4061AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4061AD is #BF9E52. Grayscale: #5F5F5F. Windows color (decimal): -12557907 or 11362624. OLE color: 11362624.

HSL color Cylindrical-coordinate representation of color #4061AD: hue angle of 221.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4061AD is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 97 173 -
CMYK 0.63 0.44 0 0.32
HSL 221.83º 0.46% 0.46% -
HSV(B) 221.83º 0.63% 0.68% -
XYZ 13.93 12.66 41.24 -
YUV 95.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 64 97 173 0.63 0.44 0 0.32 221.83 0.46 0.46
Hex 40 61 AD 3F 2C 0 20 DE 2E 2E
Octal 100 141 255 77 54 0 40 336 56 56
Binary 1000000 1100001 10101101 111111 101100 0 100000 11011110 101110 101110

Color Harmonies of #4061AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4061AD

Black with #4061AD

Text Example


Text Example

White with #4061AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4061AD; }

 p { color: rgb(64,97,173); }

 H1.HeaderClassName
 {
   color: #4061AD;
 }
 .AnyTagClassName
 {
   color: #4061AD;
 }
</style>

background-color css

<style>
 a { background-color: #4061AD; }

 a { background-color: rgb(64,97,173); }

 div.DivClassName
 {
   background-color: #4061AD;
 }
 .BgClassName
 {
   background-color: #4061AD;
 }
</style>

border-color css

<style>
 span { border-color: #4061AD; }

 span { border-color: rgb(64,97,173); }

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