Html Css Color HEX #4064AA Mariner

📋 copy color: '#4064AA'

red 64 ◦ green 100 ◦ blue 170

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

Shades of Mariner #4064AA

Tints of Mariner #4064AA

RGB

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

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

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

R = 19.16%
G = 29.94%
B = 50.9%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4064AA (or 0x4064AA) is known color: Mariner. HEX triplet: 40, 64 and AA. RGB value is (64,100,170). Sum of RGB (Red+Green+Blue) = 64+100+170=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #4064AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4064AA is #BF9B55. Grayscale: #606060. Windows color (decimal): -12557142 or 11166784. OLE color: 11166784.

HSL color Cylindrical-coordinate representation of color #4064AA: hue angle of 219.62º 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 #4064AA is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 100 170 -
CMYK 0.62 0.41 0 0.33
HSL 219.62º 0.45% 0.46% -
HSV(B) 219.62º 0.62% 0.67% -
XYZ 13.93 13.11 39.83 -
YUV 97.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 64 100 170 0.62 0.41 0 0.33 219.62 0.45 0.46
Hex 40 64 AA 3E 29 0 21 DC 2D 2E
Octal 100 144 252 76 51 0 41 334 55 56
Binary 1000000 1100100 10101010 111110 101001 0 100001 11011100 101101 101110

Color Harmonies of #4064AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064AA

Black with #4064AA

Text Example


Text Example

White with #4064AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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