Html Css Color HEX #466597 Mariner

📋 copy color: '#466597'

red 70 ◦ green 101 ◦ blue 151

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

Shades of Mariner #466597

Tints of Mariner #466597

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 21.74%
G = 31.37%
B = 46.89%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#466597 (or 0x466597) is known color: Mariner. HEX triplet: 46, 65 and 97. RGB value is (70,101,151). Sum of RGB (Red+Green+Blue) = 70+101+151=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #466597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466597 is #B99A68. Grayscale: #616161. Windows color (decimal): -12163689 or 9921862. OLE color: 9921862.

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

Color convert

RGB 70 101 151 -
CMYK 0.54 0.33 0 0.41
HSL 217.04º 0.37% 0.43% -
HSV(B) 217.04º 0.54% 0.59% -
XYZ 12.77 12.84 31.08 -
YUV 97.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 70 101 151 0.54 0.33 0 0.41 217.04 0.37 0.43
Hex 46 65 97 36 21 0 29 D9 25 2B
Octal 106 145 227 66 41 0 51 331 45 53
Binary 1000110 1100101 10010111 110110 100001 0 101001 11011001 100101 101011

Color Harmonies of #466597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466597

Black with #466597

Text Example


Text Example

White with #466597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466597; }

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

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

background-color css

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

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

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

border-color css

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

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

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