Html Css Color HEX #416090 Mariner

📋 copy color: '#416090'

red 65 ◦ green 96 ◦ blue 144

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

Shades of Mariner #416090

Tints of Mariner #416090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 21.31%
G = 31.48%
B = 47.21%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#416090 (or 0x416090) is known color: Mariner. HEX triplet: 41, 60 and 90. RGB value is (65,96,144). Sum of RGB (Red+Green+Blue) = 65+96+144=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #416090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416090 is #BE9F6F. Grayscale: #5B5B5B. Windows color (decimal): -12492656 or 9461825. OLE color: 9461825.

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

Color convert

RGB 65 96 144 -
CMYK 0.55 0.33 0 0.44
HSL 216.46º 0.38% 0.41% -
HSV(B) 216.46º 0.55% 0.56% -
XYZ 11.4 11.5 28.01 -
YUV 92.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 65 96 144 0.55 0.33 0 0.44 216.46 0.38 0.41
Hex 41 60 90 37 21 0 2C D8 26 29
Octal 101 140 220 67 41 0 54 330 46 51
Binary 1000001 1100000 10010000 110111 100001 0 101100 11011000 100110 101001

Color Harmonies of #416090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416090

Black with #416090

Text Example


Text Example

White with #416090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416090; }

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

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

background-color css

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

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

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

border-color css

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

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

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