Html Css Color HEX #466390 Mariner

📋 copy color: '#466390'

red 70 ◦ green 99 ◦ blue 144

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

Shades of Mariner #466390

Tints of Mariner #466390

RGB

 RED value IS 70 (27.73% from 255) = 22.36%

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

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

R = 22.36%
G = 31.63%
B = 46.01%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#466390 (or 0x466390) is known color: Mariner. HEX triplet: 46, 63 and 90. RGB value is (70,99,144). Sum of RGB (Red+Green+Blue) = 70+99+144=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #466390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466390 is #B99C6F. Grayscale: #5F5F5F. Windows color (decimal): -12164208 or 9462598. OLE color: 9462598.

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

Color convert

RGB 70 99 144 -
CMYK 0.51 0.31 0 0.44
HSL 216.49º 0.35% 0.42% -
HSV(B) 216.49º 0.51% 0.56% -
XYZ 12.02 12.24 28.11 -
YUV 95.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 70 99 144 0.51 0.31 0 0.44 216.49 0.35 0.42
Hex 46 63 90 33 1F 0 2C D8 23 2A
Octal 106 143 220 63 37 0 54 330 43 52
Binary 1000110 1100011 10010000 110011 11111 0 101100 11011000 100011 101010

Color Harmonies of #466390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466390

Black with #466390

Text Example


Text Example

White with #466390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466390; }

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

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

background-color css

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

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

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

border-color css

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

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

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