Html Css Color HEX #416290 Mariner

📋 copy color: '#416290'

red 65 ◦ green 98 ◦ blue 144

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

Shades of Mariner #416290

Tints of Mariner #416290

RGB

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

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

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

R = 21.17%
G = 31.92%
B = 46.91%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416290 (or 0x416290) is known color: Mariner. HEX triplet: 41, 62 and 90. RGB value is (65,98,144). Sum of RGB (Red+Green+Blue) = 65+98+144=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #416290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416290 is #BE9D6F. Grayscale: #5D5D5D. Windows color (decimal): -12492144 or 9462337. OLE color: 9462337.

HSL color Cylindrical-coordinate representation of color #416290: hue angle of 214.94º 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 #416290 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 98 144 -
CMYK 0.55 0.32 0 0.44
HSL 214.94º 0.38% 0.41% -
HSV(B) 214.94º 0.55% 0.56% -
XYZ 11.58 11.87 28.07 -
YUV 93.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 65 98 144 0.55 0.32 0 0.44 214.94 0.38 0.41
Hex 41 62 90 37 20 0 2C D7 26 29
Octal 101 142 220 67 40 0 54 327 46 51
Binary 1000001 1100010 10010000 110111 100000 0 101100 11010111 100110 101001

Color Harmonies of #416290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416290

Black with #416290

Text Example


Text Example

White with #416290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416290; }

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

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

background-color css

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

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

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

border-color css

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

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

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