Html Css Color HEX #466395 Mariner

📋 copy color: '#466395'

red 70 ◦ green 99 ◦ blue 149

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

Shades of Mariner #466395

Tints of Mariner #466395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 22.01%
G = 31.13%
B = 46.86%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466395 (or 0x466395) is known color: Mariner. HEX triplet: 46, 63 and 95. RGB value is (70,99,149). Sum of RGB (Red+Green+Blue) = 70+99+149=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #466395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466395 is #B99C6A. Grayscale: #5F5F5F. Windows color (decimal): -12164203 or 9790278. OLE color: 9790278.

HSL color Cylindrical-coordinate representation of color #466395: hue angle of 217.97º 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 #466395 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 99 149 -
CMYK 0.53 0.34 0 0.42
HSL 217.97º 0.36% 0.43% -
HSV(B) 217.97º 0.53% 0.58% -
XYZ 12.41 12.4 30.17 -
YUV 96.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 70 99 149 0.53 0.34 0 0.42 217.97 0.36 0.43
Hex 46 63 95 35 22 0 2A DA 24 2B
Octal 106 143 225 65 42 0 52 332 44 53
Binary 1000110 1100011 10010101 110101 100010 0 101010 11011010 100100 101011

Color Harmonies of #466395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466395

Black with #466395

Text Example


Text Example

White with #466395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466395; }

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

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

background-color css

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

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

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

border-color css

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

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

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