Html Css Color HEX #4058AE Mariner

📋 copy color: '#4058AE'

red 64 ◦ green 88 ◦ blue 174

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

Shades of Mariner #4058AE

Tints of Mariner #4058AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 19.63%
G = 26.99%
B = 53.37%

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

#4058AE (or 0x4058AE) is known color: Mariner. HEX triplet: 40, 58 and AE. RGB value is (64,88,174). Sum of RGB (Red+Green+Blue) = 64+88+174=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #4058AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4058AE is #BFA751. Grayscale: #5A5A5A. Windows color (decimal): -12560210 or 11425856. OLE color: 11425856.

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

Color convert

RGB 64 88 174 -
CMYK 0.63 0.49 0 0.32
HSL 226.91º 0.46% 0.47% -
HSV(B) 226.91º 0.63% 0.68% -
XYZ 13.24 11.13 41.49 -
YUV 90.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 64 88 174 0.63 0.49 0 0.32 226.91 0.46 0.47
Hex 40 58 AE 3F 31 0 20 E3 2E 2F
Octal 100 130 256 77 61 0 40 343 56 57
Binary 1000000 1011000 10101110 111111 110001 0 100000 11100011 101110 101111

Color Harmonies of #4058AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058AE

Black with #4058AE

Text Example


Text Example

White with #4058AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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