Html Css Color HEX #466095 Mariner

📋 copy color: '#466095'

red 70 ◦ green 96 ◦ blue 149

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

Shades of Mariner #466095

Tints of Mariner #466095

RGB

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

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

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

R = 22.22%
G = 30.48%
B = 47.3%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#466095 (or 0x466095) is known color: Mariner. HEX triplet: 46, 60 and 95. RGB value is (70,96,149). Sum of RGB (Red+Green+Blue) = 70+96+149=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #466095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466095 is #B99F6A. Grayscale: #5E5E5E. Windows color (decimal): -12164971 or 9789510. OLE color: 9789510.

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

Color convert

RGB 70 96 149 -
CMYK 0.53 0.36 0 0.42
HSL 220.25º 0.36% 0.43% -
HSV(B) 220.25º 0.53% 0.58% -
XYZ 12.13 11.84 30.08 -
YUV 94.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 70 96 149 0.53 0.36 0 0.42 220.25 0.36 0.43
Hex 46 60 95 35 24 0 2A DC 24 2B
Octal 106 140 225 65 44 0 52 334 44 53
Binary 1000110 1100000 10010101 110101 100100 0 101010 11011100 100100 101011

Color Harmonies of #466095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466095

Black with #466095

Text Example


Text Example

White with #466095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466095; }

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

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

background-color css

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

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

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

border-color css

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

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

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