Html Css Color HEX #4070AC Mariner

📋 copy color: '#4070AC'

red 64 ◦ green 112 ◦ blue 172

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

Shades of Mariner #4070AC

Tints of Mariner #4070AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 18.39%
G = 32.18%
B = 49.43%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4070AC (or 0x4070AC) is known color: Mariner. HEX triplet: 40, 70 and AC. RGB value is (64,112,172). Sum of RGB (Red+Green+Blue) = 64+112+172=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #4070AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4070AC is #BF8F53. Grayscale: #686868. Windows color (decimal): -12554068 or 11300928. OLE color: 11300928.

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

Color convert

RGB 64 112 172 -
CMYK 0.63 0.35 0 0.33
HSL 213.33º 0.46% 0.46% -
HSV(B) 213.33º 0.63% 0.67% -
XYZ 15.35 15.66 41.24 -
YUV 104.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 64 112 172 0.63 0.35 0 0.33 213.33 0.46 0.46
Hex 40 70 AC 3F 23 0 21 D5 2E 2E
Octal 100 160 254 77 43 0 41 325 56 56
Binary 1000000 1110000 10101100 111111 100011 0 100001 11010101 101110 101110

Color Harmonies of #4070AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4070AC

Black with #4070AC

Text Example


Text Example

White with #4070AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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