Html Css Color HEX #466795 Mariner

📋 copy color: '#466795'

red 70 ◦ green 103 ◦ blue 149

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

Shades of Mariner #466795

Tints of Mariner #466795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 21.74%
G = 31.99%
B = 46.27%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466795 (or 0x466795) is known color: Mariner. HEX triplet: 46, 67 and 95. RGB value is (70,103,149). Sum of RGB (Red+Green+Blue) = 70+103+149=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #466795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466795 is #B9986A. Grayscale: #626262. Windows color (decimal): -12163179 or 9791302. OLE color: 9791302.

HSL color Cylindrical-coordinate representation of color #466795: hue angle of 214.94º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #466795 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 103 149 -
CMYK 0.53 0.31 0 0.42
HSL 214.94º 0.36% 0.43% -
HSV(B) 214.94º 0.53% 0.58% -
XYZ 12.8 13.17 30.3 -
YUV 98.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 70 103 149 0.53 0.31 0 0.42 214.94 0.36 0.43
Hex 46 67 95 35 1F 0 2A D7 24 2B
Octal 106 147 225 65 37 0 52 327 44 53
Binary 1000110 1100111 10010101 110101 11111 0 101010 11010111 100100 101011

Color Harmonies of #466795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466795

Black with #466795

Text Example


Text Example

White with #466795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466795; }

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

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

background-color css

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

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

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

border-color css

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

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

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