Html Css Color HEX #466899 Mariner

📋 copy color: '#466899'

red 70 ◦ green 104 ◦ blue 153

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

Shades of Mariner #466899

Tints of Mariner #466899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 21.41%
G = 31.8%
B = 46.79%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#466899 (or 0x466899) is known color: Mariner. HEX triplet: 46, 68 and 99. RGB value is (70,104,153). Sum of RGB (Red+Green+Blue) = 70+104+153=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #466899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466899 is #B99766. Grayscale: #636363. Windows color (decimal): -12162919 or 10053702. OLE color: 10053702.

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

Color convert

RGB 70 104 153 -
CMYK 0.54 0.32 0 0.4
HSL 215.42º 0.37% 0.44% -
HSV(B) 215.42º 0.54% 0.6% -
XYZ 13.23 13.5 32.05 -
YUV 99.42 158.24 107.02 -
System Red Green Blue C M Y K H S L
Decimal 70 104 153 0.54 0.32 0 0.4 215.42 0.37 0.44
Hex 46 68 99 36 20 0 28 D7 25 2C
Octal 106 150 231 66 40 0 50 327 45 54
Binary 1000110 1101000 10011001 110110 100000 0 101000 11010111 100101 101100

Color Harmonies of #466899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466899

Black with #466899

Text Example


Text Example

White with #466899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466899; }

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

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

background-color css

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

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

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

border-color css

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

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

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