Html Css Color HEX #4158AA Mariner

📋 copy color: '#4158AA'

red 65 ◦ green 88 ◦ blue 170

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

Shades of Mariner #4158AA

Tints of Mariner #4158AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.63%

R = 20.12%
G = 27.24%
B = 52.63%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4158AA (or 0x4158AA) is known color: Mariner. HEX triplet: 41, 58 and AA. RGB value is (65,88,170). Sum of RGB (Red+Green+Blue) = 65+88+170=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #4158AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4158AA is #BEA755. Grayscale: #5A5A5A. Windows color (decimal): -12494678 or 11163713. OLE color: 11163713.

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

Color convert

RGB 65 88 170 -
CMYK 0.62 0.48 0 0.33
HSL 226.86º 0.45% 0.46% -
HSV(B) 226.86º 0.62% 0.67% -
XYZ 12.93 11.01 39.47 -
YUV 90.47 172.88 109.83 -
System Red Green Blue C M Y K H S L
Decimal 65 88 170 0.62 0.48 0 0.33 226.86 0.45 0.46
Hex 41 58 AA 3E 30 0 21 E3 2D 2E
Octal 101 130 252 76 60 0 41 343 55 56
Binary 1000001 1011000 10101010 111110 110000 0 100001 11100011 101101 101110

Color Harmonies of #4158AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4158AA

Black with #4158AA

Text Example


Text Example

White with #4158AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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