Html Css Color HEX #466399 Mariner

📋 copy color: '#466399'

red 70 ◦ green 99 ◦ blue 153

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

Shades of Mariner #466399

Tints of Mariner #466399

RGB

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

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

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

R = 21.74%
G = 30.75%
B = 47.52%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#466399 (or 0x466399) is known color: Mariner. HEX triplet: 46, 63 and 99. RGB value is (70,99,153). Sum of RGB (Red+Green+Blue) = 70+99+153=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #466399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466399 is #B99C66. Grayscale: #606060. Windows color (decimal): -12164199 or 10052422. OLE color: 10052422.

HSL color Cylindrical-coordinate representation of color #466399: hue angle of 219.04º 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 #466399 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 99 153 -
CMYK 0.54 0.35 0 0.4
HSL 219.04º 0.37% 0.44% -
HSV(B) 219.04º 0.54% 0.6% -
XYZ 12.74 12.53 31.88 -
YUV 96.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 70 99 153 0.54 0.35 0 0.4 219.04 0.37 0.44
Hex 46 63 99 36 23 0 28 DB 25 2C
Octal 106 143 231 66 43 0 50 333 45 54
Binary 1000110 1100011 10011001 110110 100011 0 101000 11011011 100101 101100

Color Harmonies of #466399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466399

Black with #466399

Text Example


Text Example

White with #466399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466399; }

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

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

background-color css

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

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

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

border-color css

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

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

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