Html Css Color HEX #4158A7 Mariner

📋 copy color: '#4158A7'

red 65 ◦ green 88 ◦ blue 167

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

Shades of Mariner #4158A7

Tints of Mariner #4158A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 52.19%

R = 20.31%
G = 27.5%
B = 52.19%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4158A7 (or 0x4158A7) is known color: Mariner. HEX triplet: 41, 58 and A7. RGB value is (65,88,167). Sum of RGB (Red+Green+Blue) = 65+88+167=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #4158A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4158A7 is #BEA758. Grayscale: #595959. Windows color (decimal): -12494681 or 10967105. OLE color: 10967105.

HSL color Cylindrical-coordinate representation of color #4158A7: hue angle of 226.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4158A7 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 88 167 -
CMYK 0.61 0.47 0 0.35
HSL 226.47º 0.44% 0.45% -
HSV(B) 226.47º 0.61% 0.65% -
XYZ 12.64 10.89 38 -
YUV 90.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 65 88 167 0.61 0.47 0 0.35 226.47 0.44 0.45
Hex 41 58 A7 3D 2F 0 23 E2 2C 2D
Octal 101 130 247 75 57 0 43 342 54 55
Binary 1000001 1011000 10100111 111101 101111 0 100011 11100010 101100 101101

Color Harmonies of #4158A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4158A7

Black with #4158A7

Text Example


Text Example

White with #4158A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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