Html Css Color HEX #466BAC Mariner

📋 copy color: '#466BAC'

red 70 ◦ green 107 ◦ blue 172

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

Shades of Mariner #466BAC

Tints of Mariner #466BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 20.06%
G = 30.66%
B = 49.28%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466BAC (or 0x466BAC) is known color: Mariner. HEX triplet: 46, 6B and AC. RGB value is (70,107,172). Sum of RGB (Red+Green+Blue) = 70+107+172=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #466BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BAC is #B99453. Grayscale: #676767. Windows color (decimal): -12162132 or 11299654. OLE color: 11299654.

HSL color Cylindrical-coordinate representation of color #466BAC: hue angle of 218.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466BAC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 107 172 -
CMYK 0.59 0.38 0 0.33
HSL 218.24º 0.42% 0.47% -
HSV(B) 218.24º 0.59% 0.67% -
XYZ 15.23 14.8 41.08 -
YUV 103.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 70 107 172 0.59 0.38 0 0.33 218.24 0.42 0.47
Hex 46 6B AC 3B 26 0 21 DA 2A 2F
Octal 106 153 254 73 46 0 41 332 52 57
Binary 1000110 1101011 10101100 111011 100110 0 100001 11011010 101010 101111

Color Harmonies of #466BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BAC

Black with #466BAC

Text Example


Text Example

White with #466BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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