Html Css Color HEX #466393 Mariner

📋 copy color: '#466393'

red 70 ◦ green 99 ◦ blue 147

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

Shades of Mariner #466393

Tints of Mariner #466393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 22.15%
G = 31.33%
B = 46.52%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466393 (or 0x466393) is known color: Mariner. HEX triplet: 46, 63 and 93. RGB value is (70,99,147). Sum of RGB (Red+Green+Blue) = 70+99+147=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #466393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466393 is #B99C6C. Grayscale: #5F5F5F. Windows color (decimal): -12164205 or 9659206. OLE color: 9659206.

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

Color convert

RGB 70 99 147 -
CMYK 0.52 0.33 0 0.42
HSL 217.4º 0.35% 0.43% -
HSV(B) 217.4º 0.52% 0.58% -
XYZ 12.25 12.33 29.34 -
YUV 95.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 70 99 147 0.52 0.33 0 0.42 217.4 0.35 0.43
Hex 46 63 93 34 21 0 2A D9 23 2B
Octal 106 143 223 64 41 0 52 331 43 53
Binary 1000110 1100011 10010011 110100 100001 0 101010 11011001 100011 101011

Color Harmonies of #466393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466393

Black with #466393

Text Example


Text Example

White with #466393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466393; }

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

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

background-color css

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

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

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

border-color css

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

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

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