Html Css Color HEX #466BAB Mariner

📋 copy color: '#466BAB'

red 70 ◦ green 107 ◦ blue 171

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

Shades of Mariner #466BAB

Tints of Mariner #466BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 20.11%
G = 30.75%
B = 49.14%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466BAB (or 0x466BAB) is known color: Mariner. HEX triplet: 46, 6B and AB. RGB value is (70,107,171). Sum of RGB (Red+Green+Blue) = 70+107+171=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #466BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BAB is #B99454. Grayscale: #666666. Windows color (decimal): -12162133 or 11234118. OLE color: 11234118.

HSL color Cylindrical-coordinate representation of color #466BAB: hue angle of 218.02º 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 #466BAB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 107 171 -
CMYK 0.59 0.37 0 0.33
HSL 218.02º 0.42% 0.47% -
HSV(B) 218.02º 0.59% 0.67% -
XYZ 15.13 14.76 40.58 -
YUV 103.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 70 107 171 0.59 0.37 0 0.33 218.02 0.42 0.47
Hex 46 6B AB 3B 25 0 21 DA 2A 2F
Octal 106 153 253 73 45 0 41 332 52 57
Binary 1000110 1101011 10101011 111011 100101 0 100001 11011010 101010 101111

Color Harmonies of #466BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BAB

Black with #466BAB

Text Example


Text Example

White with #466BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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