Html Css Color HEX #466294 Mariner

📋 copy color: '#466294'

red 70 ◦ green 98 ◦ blue 148

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

Shades of Mariner #466294

Tints of Mariner #466294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 22.15%
G = 31.01%
B = 46.84%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466294 (or 0x466294) is known color: Mariner. HEX triplet: 46, 62 and 94. RGB value is (70,98,148). Sum of RGB (Red+Green+Blue) = 70+98+148=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #466294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466294 is #B99D6B. Grayscale: #5F5F5F. Windows color (decimal): -12164460 or 9724486. OLE color: 9724486.

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

Color convert

RGB 70 98 148 -
CMYK 0.53 0.34 0 0.42
HSL 218.46º 0.36% 0.43% -
HSV(B) 218.46º 0.53% 0.58% -
XYZ 12.24 12.18 29.72 -
YUV 95.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 70 98 148 0.53 0.34 0 0.42 218.46 0.36 0.43
Hex 46 62 94 35 22 0 2A DA 24 2B
Octal 106 142 224 65 42 0 52 332 44 53
Binary 1000110 1100010 10010100 110101 100010 0 101010 11011010 100100 101011

Color Harmonies of #466294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466294

Black with #466294

Text Example


Text Example

White with #466294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466294; }

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

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

background-color css

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

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

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

border-color css

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

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

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