Html Css Color HEX #4158AB Mariner

📋 copy color: '#4158AB'

red 65 ◦ green 88 ◦ blue 171

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

Shades of Mariner #4158AB

Tints of Mariner #4158AB

RGB

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

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

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

R = 20.06%
G = 27.16%
B = 52.78%

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

#4158AB (or 0x4158AB) is known color: Mariner. HEX triplet: 41, 58 and AB. RGB value is (65,88,171). Sum of RGB (Red+Green+Blue) = 65+88+171=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #4158AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4158AB is #BEA754. Grayscale: #5A5A5A. Windows color (decimal): -12494677 or 11229249. OLE color: 11229249.

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

Color convert

RGB 65 88 171 -
CMYK 0.62 0.49 0 0.33
HSL 226.98º 0.45% 0.46% -
HSV(B) 226.98º 0.62% 0.67% -
XYZ 13.02 11.04 39.97 -
YUV 90.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 65 88 171 0.62 0.49 0 0.33 226.98 0.45 0.46
Hex 41 58 AB 3E 31 0 21 E3 2D 2E
Octal 101 130 253 76 61 0 41 343 55 56
Binary 1000001 1011000 10101011 111110 110001 0 100001 11100011 101101 101110

Color Harmonies of #4158AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4158AB

Black with #4158AB

Text Example


Text Example

White with #4158AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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