Html Css Color HEX #466293 Mariner

📋 copy color: '#466293'

red 70 ◦ green 98 ◦ blue 147

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

Shades of Mariner #466293

Tints of Mariner #466293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 22.22%
G = 31.11%
B = 46.67%

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

#466293 (or 0x466293) is known color: Mariner. HEX triplet: 46, 62 and 93. RGB value is (70,98,147). Sum of RGB (Red+Green+Blue) = 70+98+147=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #466293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466293 is #B99D6C. Grayscale: #5E5E5E. Windows color (decimal): -12164461 or 9658950. OLE color: 9658950.

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

Color convert

RGB 70 98 147 -
CMYK 0.52 0.33 0 0.42
HSL 218.18º 0.35% 0.43% -
HSV(B) 218.18º 0.52% 0.58% -
XYZ 12.16 12.14 29.31 -
YUV 95.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 70 98 147 0.52 0.33 0 0.42 218.18 0.35 0.43
Hex 46 62 93 34 21 0 2A DA 23 2B
Octal 106 142 223 64 41 0 52 332 43 53
Binary 1000110 1100010 10010011 110100 100001 0 101010 11011010 100011 101011

Color Harmonies of #466293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466293

Black with #466293

Text Example


Text Example

White with #466293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466293; }

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

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

background-color css

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

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

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

border-color css

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

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

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