Html Css Color HEX #466492 Mariner

📋 copy color: '#466492'

red 70 ◦ green 100 ◦ blue 146

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

Shades of Mariner #466492

Tints of Mariner #466492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 22.15%
G = 31.65%
B = 46.2%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466492 (or 0x466492) is known color: Mariner. HEX triplet: 46, 64 and 92. RGB value is (70,100,146). Sum of RGB (Red+Green+Blue) = 70+100+146=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #466492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466492 is #B99B6D. Grayscale: #606060. Windows color (decimal): -12163950 or 9593926. OLE color: 9593926.

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

Color convert

RGB 70 100 146 -
CMYK 0.52 0.32 0 0.43
HSL 216.32º 0.35% 0.42% -
HSV(B) 216.32º 0.52% 0.57% -
XYZ 12.27 12.49 28.96 -
YUV 96.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 70 100 146 0.52 0.32 0 0.43 216.32 0.35 0.42
Hex 46 64 92 34 20 0 2B D8 23 2A
Octal 106 144 222 64 40 0 53 330 43 52
Binary 1000110 1100100 10010010 110100 100000 0 101011 11011000 100011 101010

Color Harmonies of #466492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466492

Black with #466492

Text Example


Text Example

White with #466492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466492; }

 p { color: rgb(70,100,146); }

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

background-color css

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

 a { background-color: rgb(70,100,146); }

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

border-color css

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

 span { border-color: rgb(70,100,146); }

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