Html Css Color HEX #466AB6 Mariner

📋 copy color: '#466AB6'

red 70 ◦ green 106 ◦ blue 182

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

Shades of Mariner #466AB6

Tints of Mariner #466AB6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 182 (71.48% from 255) = 50.84%

R = 19.55%
G = 29.61%
B = 50.84%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#466AB6 (or 0x466AB6) is known color: Mariner. HEX triplet: 46, 6A and B6. RGB value is (70,106,182). Sum of RGB (Red+Green+Blue) = 70+106+182=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #466AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466AB6 is #B99549. Grayscale: #676767. Windows color (decimal): -12162378 or 11954758. OLE color: 11954758.

HSL color Cylindrical-coordinate representation of color #466AB6: hue angle of 220.71º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466AB6 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 106 182 -
CMYK 0.62 0.42 0 0.29
HSL 220.71º 0.44% 0.49% -
HSV(B) 220.71º 0.62% 0.71% -
XYZ 16.12 14.99 46.3 -
YUV 103.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 70 106 182 0.62 0.42 0 0.29 220.71 0.44 0.49
Hex 46 6A B6 3E 2A 0 1D DD 2C 31
Octal 106 152 266 76 52 0 35 335 54 61
Binary 1000110 1101010 10110110 111110 101010 0 11101 11011101 101100 110001

Color Harmonies of #466AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466AB6

Black with #466AB6

Text Example


Text Example

White with #466AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,182); }

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

background-color css

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

 a { background-color: rgb(70,106,182); }

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

border-color css

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

 span { border-color: rgb(70,106,182); }

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