Html Css Color HEX #416390 Mariner

📋 copy color: '#416390'

red 65 ◦ green 99 ◦ blue 144

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

Shades of Mariner #416390

Tints of Mariner #416390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 144 (56.64% from 255) = 46.75%

R = 21.1%
G = 32.14%
B = 46.75%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416390 (or 0x416390) is known color: Mariner. HEX triplet: 41, 63 and 90. RGB value is (65,99,144). Sum of RGB (Red+Green+Blue) = 65+99+144=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #416390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416390 is #BE9C6F. Grayscale: #5D5D5D. Windows color (decimal): -12491888 or 9462593. OLE color: 9462593.

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

Color convert

RGB 65 99 144 -
CMYK 0.55 0.31 0 0.44
HSL 214.18º 0.38% 0.41% -
HSV(B) 214.18º 0.55% 0.56% -
XYZ 11.68 12.06 28.1 -
YUV 93.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 65 99 144 0.55 0.31 0 0.44 214.18 0.38 0.41
Hex 41 63 90 37 1F 0 2C D6 26 29
Octal 101 143 220 67 37 0 54 326 46 51
Binary 1000001 1100011 10010000 110111 11111 0 101100 11010110 100110 101001

Color Harmonies of #416390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416390

Black with #416390

Text Example


Text Example

White with #416390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416390; }

 p { color: rgb(65,99,144); }

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

background-color css

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

 a { background-color: rgb(65,99,144); }

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

border-color css

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

 span { border-color: rgb(65,99,144); }

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