Html Css Color HEX #4070AD Mariner

📋 copy color: '#4070AD'

red 64 ◦ green 112 ◦ blue 173

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

Shades of Mariner #4070AD

Tints of Mariner #4070AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 18.34%
G = 32.09%
B = 49.57%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4070AD (or 0x4070AD) is known color: Mariner. HEX triplet: 40, 70 and AD. RGB value is (64,112,173). Sum of RGB (Red+Green+Blue) = 64+112+173=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #4070AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4070AD is #BF8F52. Grayscale: #686868. Windows color (decimal): -12554067 or 11366464. OLE color: 11366464.

HSL color Cylindrical-coordinate representation of color #4070AD: hue angle of 213.58º 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 #4070AD is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 112 173 -
CMYK 0.63 0.35 0 0.32
HSL 213.58º 0.46% 0.46% -
HSV(B) 213.58º 0.63% 0.68% -
XYZ 15.45 15.7 41.75 -
YUV 104.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 64 112 173 0.63 0.35 0 0.32 213.58 0.46 0.46
Hex 40 70 AD 3F 23 0 20 D6 2E 2E
Octal 100 160 255 77 43 0 40 326 56 56
Binary 1000000 1110000 10101101 111111 100011 0 100000 11010110 101110 101110

Color Harmonies of #4070AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070AD

Black with #4070AD

Text Example


Text Example

White with #4070AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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