Html Css Color HEX #4058AD Mariner

📋 copy color: '#4058AD'

red 64 ◦ green 88 ◦ blue 173

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

Shades of Mariner #4058AD

Tints of Mariner #4058AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 19.69%
G = 27.08%
B = 53.23%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4058AD (or 0x4058AD) is known color: Mariner. HEX triplet: 40, 58 and AD. RGB value is (64,88,173). Sum of RGB (Red+Green+Blue) = 64+88+173=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #4058AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058AD is #BFA752. Grayscale: #5A5A5A. Windows color (decimal): -12560211 or 11360320. OLE color: 11360320.

HSL color Cylindrical-coordinate representation of color #4058AD: hue angle of 226.79º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4058AD is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 88 173 -
CMYK 0.63 0.49 0 0.32
HSL 226.79º 0.46% 0.46% -
HSV(B) 226.79º 0.63% 0.68% -
XYZ 13.15 11.09 40.98 -
YUV 90.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 64 88 173 0.63 0.49 0 0.32 226.79 0.46 0.46
Hex 40 58 AD 3F 31 0 20 E3 2E 2E
Octal 100 130 255 77 61 0 40 343 56 56
Binary 1000000 1011000 10101101 111111 110001 0 100000 11100011 101110 101110

Color Harmonies of #4058AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058AD

Black with #4058AD

Text Example


Text Example

White with #4058AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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