Html Css Color HEX #466796 Mariner

📋 copy color: '#466796'

red 70 ◦ green 103 ◦ blue 150

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

Shades of Mariner #466796

Tints of Mariner #466796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.44%

R = 21.67%
G = 31.89%
B = 46.44%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#466796 (or 0x466796) is known color: Mariner. HEX triplet: 46, 67 and 96. RGB value is (70,103,150). Sum of RGB (Red+Green+Blue) = 70+103+150=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #466796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466796 is #B99869. Grayscale: #626262. Windows color (decimal): -12163178 or 9856838. OLE color: 9856838.

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

Color convert

RGB 70 103 150 -
CMYK 0.53 0.31 0 0.41
HSL 215.25º 0.36% 0.43% -
HSV(B) 215.25º 0.53% 0.59% -
XYZ 12.88 13.2 30.72 -
YUV 98.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 70 103 150 0.53 0.31 0 0.41 215.25 0.36 0.43
Hex 46 67 96 35 1F 0 29 D7 24 2B
Octal 106 147 226 65 37 0 51 327 44 53
Binary 1000110 1100111 10010110 110101 11111 0 101001 11010111 100100 101011

Color Harmonies of #466796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466796

Black with #466796

Text Example


Text Example

White with #466796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466796; }

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

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

background-color css

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

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

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

border-color css

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

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

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