Html Css Color HEX #466AAB Mariner

📋 copy color: '#466AAB'

red 70 ◦ green 106 ◦ blue 171

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

Shades of Mariner #466AAB

Tints of Mariner #466AAB

RGB

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

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

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

R = 20.17%
G = 30.55%
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

#466AAB (or 0x466AAB) is known color: Mariner. HEX triplet: 46, 6A and AB. RGB value is (70,106,171). Sum of RGB (Red+Green+Blue) = 70+106+171=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #466AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466AAB is #B99554. Grayscale: #666666. Windows color (decimal): -12162389 or 11233862. OLE color: 11233862.

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

Color convert

RGB 70 106 171 -
CMYK 0.59 0.38 0 0.33
HSL 218.61º 0.42% 0.47% -
HSV(B) 218.61º 0.59% 0.67% -
XYZ 15.03 14.55 40.54 -
YUV 102.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 70 106 171 0.59 0.38 0 0.33 218.61 0.42 0.47
Hex 46 6A AB 3B 26 0 21 DB 2A 2F
Octal 106 152 253 73 46 0 41 333 52 57
Binary 1000110 1101010 10101011 111011 100110 0 100001 11011011 101010 101111

Color Harmonies of #466AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466AAB

Black with #466AAB

Text Example


Text Example

White with #466AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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