Html Css Color HEX #4064AD Mariner

📋 copy color: '#4064AD'

red 64 ◦ green 100 ◦ blue 173

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

Shades of Mariner #4064AD

Tints of Mariner #4064AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 18.99%
G = 29.67%
B = 51.34%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4064AD (or 0x4064AD) is known color: Mariner. HEX triplet: 40, 64 and AD. RGB value is (64,100,173). Sum of RGB (Red+Green+Blue) = 64+100+173=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #4064AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4064AD is #BF9B52. Grayscale: #616161. Windows color (decimal): -12557139 or 11363392. OLE color: 11363392.

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

Color convert

RGB 64 100 173 -
CMYK 0.63 0.42 0 0.32
HSL 220.18º 0.46% 0.46% -
HSV(B) 220.18º 0.63% 0.68% -
XYZ 14.21 13.22 41.34 -
YUV 97.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 64 100 173 0.63 0.42 0 0.32 220.18 0.46 0.46
Hex 40 64 AD 3F 2A 0 20 DC 2E 2E
Octal 100 144 255 77 52 0 40 334 56 56
Binary 1000000 1100100 10101101 111111 101010 0 100000 11011100 101110 101110

Color Harmonies of #4064AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064AD

Black with #4064AD

Text Example


Text Example

White with #4064AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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