Html Css Color HEX #4059AA Mariner

📋 copy color: '#4059AA'

red 64 ◦ green 89 ◦ blue 170

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

Shades of Mariner #4059AA

Tints of Mariner #4059AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 19.81%
G = 27.55%
B = 52.63%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4059AA (or 0x4059AA) is known color: Mariner. HEX triplet: 40, 59 and AA. RGB value is (64,89,170). Sum of RGB (Red+Green+Blue) = 64+89+170=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #4059AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4059AA is #BFA655. Grayscale: #5A5A5A. Windows color (decimal): -12559958 or 11163968. OLE color: 11163968.

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

Color convert

RGB 64 89 170 -
CMYK 0.62 0.48 0 0.33
HSL 225.85º 0.45% 0.46% -
HSV(B) 225.85º 0.62% 0.67% -
XYZ 12.94 11.14 39.5 -
YUV 90.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 64 89 170 0.62 0.48 0 0.33 225.85 0.45 0.46
Hex 40 59 AA 3E 30 0 21 E2 2D 2E
Octal 100 131 252 76 60 0 41 342 55 56
Binary 1000000 1011001 10101010 111110 110000 0 100001 11100010 101101 101110

Color Harmonies of #4059AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059AA

Black with #4059AA

Text Example


Text Example

White with #4059AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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