Html Css Color HEX #4058AC Mariner

📋 copy color: '#4058AC'

red 64 ◦ green 88 ◦ blue 172

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

Shades of Mariner #4058AC

Tints of Mariner #4058AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 19.75%
G = 27.16%
B = 53.09%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4058AC (or 0x4058AC) is known color: Mariner. HEX triplet: 40, 58 and AC. RGB value is (64,88,172). Sum of RGB (Red+Green+Blue) = 64+88+172=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #4058AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058AC is #BFA753. Grayscale: #5A5A5A. Windows color (decimal): -12560212 or 11294784. OLE color: 11294784.

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

Color convert

RGB 64 88 172 -
CMYK 0.63 0.49 0 0.33
HSL 226.67º 0.46% 0.46% -
HSV(B) 226.67º 0.63% 0.67% -
XYZ 13.05 11.05 40.47 -
YUV 90.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 64 88 172 0.63 0.49 0 0.33 226.67 0.46 0.46
Hex 40 58 AC 3F 31 0 21 E3 2E 2E
Octal 100 130 254 77 61 0 41 343 56 56
Binary 1000000 1011000 10101100 111111 110001 0 100001 11100011 101110 101110

Color Harmonies of #4058AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058AC

Black with #4058AC

Text Example


Text Example

White with #4058AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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