Html Css Color HEX #466097 Mariner

📋 copy color: '#466097'

red 70 ◦ green 96 ◦ blue 151

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

Shades of Mariner #466097

Tints of Mariner #466097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

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

R = 22.08%
G = 30.28%
B = 47.63%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#466097 (or 0x466097) is known color: Mariner. HEX triplet: 46, 60 and 97. RGB value is (70,96,151). Sum of RGB (Red+Green+Blue) = 70+96+151=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #466097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466097 is #B99F68. Grayscale: #5E5E5E. Windows color (decimal): -12164969 or 9920582. OLE color: 9920582.

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

Color convert

RGB 70 96 151 -
CMYK 0.54 0.36 0 0.41
HSL 220.74º 0.37% 0.43% -
HSV(B) 220.74º 0.54% 0.59% -
XYZ 12.29 11.9 30.93 -
YUV 94.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 70 96 151 0.54 0.36 0 0.41 220.74 0.37 0.43
Hex 46 60 97 36 24 0 29 DD 25 2B
Octal 106 140 227 66 44 0 51 335 45 53
Binary 1000110 1100000 10010111 110110 100100 0 101001 11011101 100101 101011

Color Harmonies of #466097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466097

Black with #466097

Text Example


Text Example

White with #466097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466097; }

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

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

background-color css

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

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

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

border-color css

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

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

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