Html Css Color HEX #416291 Mariner

📋 copy color: '#416291'

red 65 ◦ green 98 ◦ blue 145

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

Shades of Mariner #416291

Tints of Mariner #416291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 21.1%
G = 31.82%
B = 47.08%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#416291 (or 0x416291) is known color: Mariner. HEX triplet: 41, 62 and 91. RGB value is (65,98,145). Sum of RGB (Red+Green+Blue) = 65+98+145=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #416291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416291 is #BE9D6E. Grayscale: #5D5D5D. Windows color (decimal): -12492143 or 9527873. OLE color: 9527873.

HSL color Cylindrical-coordinate representation of color #416291: hue angle of 215.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416291 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 98 145 -
CMYK 0.55 0.32 0 0.43
HSL 215.25º 0.38% 0.41% -
HSV(B) 215.25º 0.55% 0.57% -
XYZ 11.66 11.9 28.47 -
YUV 93.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 65 98 145 0.55 0.32 0 0.43 215.25 0.38 0.41
Hex 41 62 91 37 20 0 2B D7 26 29
Octal 101 142 221 67 40 0 53 327 46 51
Binary 1000001 1100010 10010001 110111 100000 0 101011 11010111 100110 101001

Color Harmonies of #416291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416291

Black with #416291

Text Example


Text Example

White with #416291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416291; }

 p { color: rgb(65,98,145); }

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

background-color css

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

 a { background-color: rgb(65,98,145); }

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

border-color css

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

 span { border-color: rgb(65,98,145); }

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