Html Css Color HEX #466599 Mariner

📋 copy color: '#466599'

red 70 ◦ green 101 ◦ blue 153

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

Shades of Mariner #466599

Tints of Mariner #466599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 153 (60.16% from 255) = 47.22%

R = 21.6%
G = 31.17%
B = 47.22%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#466599 (or 0x466599) is known color: Mariner. HEX triplet: 46, 65 and 99. RGB value is (70,101,153). Sum of RGB (Red+Green+Blue) = 70+101+153=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #466599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466599 is #B99A66. Grayscale: #616161. Windows color (decimal): -12163687 or 10052934. OLE color: 10052934.

HSL color Cylindrical-coordinate representation of color #466599: hue angle of 217.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466599 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 101 153 -
CMYK 0.54 0.34 0 0.4
HSL 217.59º 0.37% 0.44% -
HSV(B) 217.59º 0.54% 0.6% -
XYZ 12.93 12.91 31.95 -
YUV 97.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 70 101 153 0.54 0.34 0 0.4 217.59 0.37 0.44
Hex 46 65 99 36 22 0 28 DA 25 2C
Octal 106 145 231 66 42 0 50 332 45 54
Binary 1000110 1100101 10011001 110110 100010 0 101000 11011010 100101 101100

Color Harmonies of #466599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466599

Black with #466599

Text Example


Text Example

White with #466599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466599; }

 p { color: rgb(70,101,153); }

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

background-color css

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

 a { background-color: rgb(70,101,153); }

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

border-color css

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

 span { border-color: rgb(70,101,153); }

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