Html Css Color HEX #466493 Mariner

📋 copy color: '#466493'

red 70 ◦ green 100 ◦ blue 147

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

Shades of Mariner #466493

Tints of Mariner #466493

RGB

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

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

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

R = 22.08%
G = 31.55%
B = 46.37%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466493 (or 0x466493) is known color: Mariner. HEX triplet: 46, 64 and 93. RGB value is (70,100,147). Sum of RGB (Red+Green+Blue) = 70+100+147=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #466493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466493 is #B99B6C. Grayscale: #606060. Windows color (decimal): -12163949 or 9659462. OLE color: 9659462.

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

Color convert

RGB 70 100 147 -
CMYK 0.52 0.32 0 0.42
HSL 216.62º 0.35% 0.43% -
HSV(B) 216.62º 0.52% 0.58% -
XYZ 12.35 12.52 29.37 -
YUV 96.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 70 100 147 0.52 0.32 0 0.42 216.62 0.35 0.43
Hex 46 64 93 34 20 0 2A D9 23 2B
Octal 106 144 223 64 40 0 52 331 43 53
Binary 1000110 1100100 10010011 110100 100000 0 101010 11011001 100011 101011

Color Harmonies of #466493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466493

Black with #466493

Text Example


Text Example

White with #466493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466493; }

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

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

background-color css

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

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

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

border-color css

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

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

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