Html Css Color HEX #466496 Mariner

📋 copy color: '#466496'

red 70 ◦ green 100 ◦ blue 150

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

Shades of Mariner #466496

Tints of Mariner #466496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

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

R = 21.88%
G = 31.25%
B = 46.88%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#466496 (or 0x466496) is known color: Mariner. HEX triplet: 46, 64 and 96. RGB value is (70,100,150). Sum of RGB (Red+Green+Blue) = 70+100+150=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #466496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466496 is #B99B69. Grayscale: #606060. Windows color (decimal): -12163946 or 9856070. OLE color: 9856070.

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

Color convert

RGB 70 100 150 -
CMYK 0.53 0.33 0 0.41
HSL 217.5º 0.36% 0.43% -
HSV(B) 217.5º 0.53% 0.59% -
XYZ 12.59 12.62 30.63 -
YUV 96.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 70 100 150 0.53 0.33 0 0.41 217.5 0.36 0.43
Hex 46 64 96 35 21 0 29 DA 24 2B
Octal 106 144 226 65 41 0 51 332 44 53
Binary 1000110 1100100 10010110 110101 100001 0 101001 11011010 100100 101011

Color Harmonies of #466496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466496

Black with #466496

Text Example


Text Example

White with #466496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466496; }

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

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

background-color css

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

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

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

border-color css

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

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

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