Html Css Color HEX #4070AA Mariner

📋 copy color: '#4070AA'

red 64 ◦ green 112 ◦ blue 170

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

Shades of Mariner #4070AA

Tints of Mariner #4070AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 18.5%
G = 32.37%
B = 49.13%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4070AA (or 0x4070AA) is known color: Mariner. HEX triplet: 40, 70 and AA. RGB value is (64,112,170). Sum of RGB (Red+Green+Blue) = 64+112+170=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #4070AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4070AA is #BF8F55. Grayscale: #676767. Windows color (decimal): -12554070 or 11169856. OLE color: 11169856.

HSL color Cylindrical-coordinate representation of color #4070AA: hue angle of 212.83º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4070AA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 112 170 -
CMYK 0.62 0.34 0 0.33
HSL 212.83º 0.45% 0.46% -
HSV(B) 212.83º 0.62% 0.67% -
XYZ 15.16 15.58 40.24 -
YUV 104.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 64 112 170 0.62 0.34 0 0.33 212.83 0.45 0.46
Hex 40 70 AA 3E 22 0 21 D5 2D 2E
Octal 100 160 252 76 42 0 41 325 55 56
Binary 1000000 1110000 10101010 111110 100010 0 100001 11010101 101101 101110

Color Harmonies of #4070AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070AA

Black with #4070AA

Text Example


Text Example

White with #4070AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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