Html Css Color HEX #466BAD Mariner

📋 copy color: '#466BAD'

red 70 ◦ green 107 ◦ blue 173

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

Shades of Mariner #466BAD

Tints of Mariner #466BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.57%

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 20%
G = 30.57%
B = 49.43%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#466BAD (or 0x466BAD) is known color: Mariner. HEX triplet: 46, 6B and AD. RGB value is (70,107,173). Sum of RGB (Red+Green+Blue) = 70+107+173=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #466BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BAD is #B99452. Grayscale: #676767. Windows color (decimal): -12162131 or 11365190. OLE color: 11365190.

HSL color Cylindrical-coordinate representation of color #466BAD: hue angle of 218.45º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466BAD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 107 173 -
CMYK 0.60 0.38 0 0.32
HSL 218.45º 0.42% 0.48% -
HSV(B) 218.45º 0.6% 0.68% -
XYZ 15.33 14.83 41.59 -
YUV 103.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 70 107 173 0.60 0.38 0 0.32 218.45 0.42 0.48
Hex 46 6B AD 3C 26 0 20 DA 2A 30
Octal 106 153 255 74 46 0 40 332 52 60
Binary 1000110 1101011 10101101 111100 100110 0 100000 11011010 101010 110000

Color Harmonies of #466BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BAD

Black with #466BAD

Text Example


Text Example

White with #466BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466BAD; }

 p { color: rgb(70,107,173); }

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

background-color css

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

 a { background-color: rgb(70,107,173); }

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

border-color css

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

 span { border-color: rgb(70,107,173); }

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