Html Css Color HEX #466797 Mariner

📋 copy color: '#466797'

red 70 ◦ green 103 ◦ blue 151

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

Shades of Mariner #466797

Tints of Mariner #466797

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

 BLUE value IS 151 (59.38% from 255) = 46.6%

R = 21.6%
G = 31.79%
B = 46.6%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#466797 (or 0x466797) is known color: Mariner. HEX triplet: 46, 67 and 97. RGB value is (70,103,151). Sum of RGB (Red+Green+Blue) = 70+103+151=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #466797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466797 is #B99868. Grayscale: #626262. Windows color (decimal): -12163177 or 9922374. OLE color: 9922374.

HSL color Cylindrical-coordinate representation of color #466797: hue angle of 215.56º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466797 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 103 151 -
CMYK 0.54 0.32 0 0.41
HSL 215.56º 0.37% 0.43% -
HSV(B) 215.56º 0.54% 0.59% -
XYZ 12.96 13.24 31.15 -
YUV 98.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 70 103 151 0.54 0.32 0 0.41 215.56 0.37 0.43
Hex 46 67 97 36 20 0 29 D8 25 2B
Octal 106 147 227 66 40 0 51 330 45 53
Binary 1000110 1100111 10010111 110110 100000 0 101001 11011000 100101 101011

Color Harmonies of #466797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466797

Black with #466797

Text Example


Text Example

White with #466797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466797; }

 p { color: rgb(70,103,151); }

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

background-color css

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

 a { background-color: rgb(70,103,151); }

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

border-color css

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

 span { border-color: rgb(70,103,151); }

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