Html Css Color HEX #4058AB Mariner

📋 copy color: '#4058AB'

red 64 ◦ green 88 ◦ blue 171

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

Shades of Mariner #4058AB

Tints of Mariner #4058AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 19.81%
G = 27.24%
B = 52.94%

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

#4058AB (or 0x4058AB) is known color: Mariner. HEX triplet: 40, 58 and AB. RGB value is (64,88,171). Sum of RGB (Red+Green+Blue) = 64+88+171=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #4058AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058AB is #BFA754. Grayscale: #595959. Windows color (decimal): -12560213 or 11229248. OLE color: 11229248.

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

Color convert

RGB 64 88 171 -
CMYK 0.63 0.49 0 0.33
HSL 226.54º 0.46% 0.46% -
HSV(B) 226.54º 0.63% 0.67% -
XYZ 12.95 11.01 39.97 -
YUV 90.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 64 88 171 0.63 0.49 0 0.33 226.54 0.46 0.46
Hex 40 58 AB 3F 31 0 21 E3 2E 2E
Octal 100 130 253 77 61 0 41 343 56 56
Binary 1000000 1011000 10101011 111111 110001 0 100001 11100011 101110 101110

Color Harmonies of #4058AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058AB

Black with #4058AB

Text Example


Text Example

White with #4058AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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