Html Css Color HEX #4059AC Mariner

📋 copy color: '#4059AC'

red 64 ◦ green 89 ◦ blue 172

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

Shades of Mariner #4059AC

Tints of Mariner #4059AC

RGB

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

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

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

R = 19.69%
G = 27.38%
B = 52.92%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4059AC (or 0x4059AC) is known color: Mariner. HEX triplet: 40, 59 and AC. RGB value is (64,89,172). Sum of RGB (Red+Green+Blue) = 64+89+172=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #4059AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4059AC is #BFA653. Grayscale: #5A5A5A. Windows color (decimal): -12559956 or 11295040. OLE color: 11295040.

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

Color convert

RGB 64 89 172 -
CMYK 0.63 0.48 0 0.33
HSL 226.11º 0.46% 0.46% -
HSV(B) 226.11º 0.63% 0.67% -
XYZ 13.13 11.21 40.5 -
YUV 90.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 64 89 172 0.63 0.48 0 0.33 226.11 0.46 0.46
Hex 40 59 AC 3F 30 0 21 E2 2E 2E
Octal 100 131 254 77 60 0 41 342 56 56
Binary 1000000 1011001 10101100 111111 110000 0 100001 11100010 101110 101110

Color Harmonies of #4059AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4059AC

Black with #4059AC

Text Example


Text Example

White with #4059AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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