Html Css Color HEX #466299 Mariner

📋 copy color: '#466299'

red 70 ◦ green 98 ◦ blue 153

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

Shades of Mariner #466299

Tints of Mariner #466299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 21.81%
G = 30.53%
B = 47.66%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#466299 (or 0x466299) is known color: Mariner. HEX triplet: 46, 62 and 99. RGB value is (70,98,153). Sum of RGB (Red+Green+Blue) = 70+98+153=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #466299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466299 is #B99D66. Grayscale: #5F5F5F. Windows color (decimal): -12164455 or 10052166. OLE color: 10052166.

HSL color Cylindrical-coordinate representation of color #466299: hue angle of 219.76º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466299 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 98 153 -
CMYK 0.54 0.36 0 0.4
HSL 219.76º 0.37% 0.44% -
HSV(B) 219.76º 0.54% 0.6% -
XYZ 12.64 12.34 31.85 -
YUV 95.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 70 98 153 0.54 0.36 0 0.4 219.76 0.37 0.44
Hex 46 62 99 36 24 0 28 DC 25 2C
Octal 106 142 231 66 44 0 50 334 45 54
Binary 1000110 1100010 10011001 110110 100100 0 101000 11011100 100101 101100

Color Harmonies of #466299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466299

Black with #466299

Text Example


Text Example

White with #466299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466299; }

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

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

background-color css

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

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

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

border-color css

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

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

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