Html Css Color HEX #4157AA Mariner

📋 copy color: '#4157AA'

red 65 ◦ green 87 ◦ blue 170

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

Shades of Mariner #4157AA

Tints of Mariner #4157AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 20.19%
G = 27.02%
B = 52.8%

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

#4157AA (or 0x4157AA) is known color: Mariner. HEX triplet: 41, 57 and AA. RGB value is (65,87,170). Sum of RGB (Red+Green+Blue) = 65+87+170=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #4157AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4157AA is #BEA855. Grayscale: #595959. Windows color (decimal): -12494934 or 11163457. OLE color: 11163457.

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

Color convert

RGB 65 87 170 -
CMYK 0.62 0.49 0 0.33
HSL 227.43º 0.45% 0.46% -
HSV(B) 227.43º 0.62% 0.67% -
XYZ 12.84 10.84 39.45 -
YUV 89.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 65 87 170 0.62 0.49 0 0.33 227.43 0.45 0.46
Hex 41 57 AA 3E 31 0 21 E3 2D 2E
Octal 101 127 252 76 61 0 41 343 55 56
Binary 1000001 1010111 10101010 111110 110001 0 100001 11100011 101101 101110

Color Harmonies of #4157AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4157AA

Black with #4157AA

Text Example


Text Example

White with #4157AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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