Html Css Color HEX #4158AC Mariner

📋 copy color: '#4158AC'

red 65 ◦ green 88 ◦ blue 172

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

Shades of Mariner #4158AC

Tints of Mariner #4158AC

RGB

 RED value IS 65 (25.78% from 255) = 20%

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

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

R = 20%
G = 27.08%
B = 52.92%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4158AC (or 0x4158AC) is known color: Mariner. HEX triplet: 41, 58 and AC. RGB value is (65,88,172). Sum of RGB (Red+Green+Blue) = 65+88+172=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 88 (34.77% from 255 or 27.08% 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 #4158AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4158AC is #BEA753. Grayscale: #5A5A5A. Windows color (decimal): -12494676 or 11294785. OLE color: 11294785.

HSL color Cylindrical-coordinate representation of color #4158AC: hue angle of 227.1º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4158AC is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 88 172 -
CMYK 0.62 0.49 0 0.33
HSL 227.1º 0.45% 0.46% -
HSV(B) 227.1º 0.62% 0.67% -
XYZ 13.12 11.08 40.48 -
YUV 90.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 65 88 172 0.62 0.49 0 0.33 227.1 0.45 0.46
Hex 41 58 AC 3E 31 0 21 E3 2D 2E
Octal 101 130 254 76 61 0 41 343 55 56
Binary 1000001 1011000 10101100 111110 110001 0 100001 11100011 101101 101110

Color Harmonies of #4158AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4158AC

Black with #4158AC

Text Example


Text Example

White with #4158AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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