Html Css Color HEX #466AAA Mariner

📋 copy color: '#466AAA'

red 70 ◦ green 106 ◦ blue 170

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

Shades of Mariner #466AAA

Tints of Mariner #466AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.13%

R = 20.23%
G = 30.64%
B = 49.13%

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

#466AAA (or 0x466AAA) is known color: Mariner. HEX triplet: 46, 6A and AA. RGB value is (70,106,170). Sum of RGB (Red+Green+Blue) = 70+106+170=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #466AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466AAA is #B99555. Grayscale: #666666. Windows color (decimal): -12162390 or 11168326. OLE color: 11168326.

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

Color convert

RGB 70 106 170 -
CMYK 0.59 0.38 0 0.33
HSL 218.4º 0.42% 0.47% -
HSV(B) 218.4º 0.59% 0.67% -
XYZ 14.94 14.51 40.04 -
YUV 102.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 70 106 170 0.59 0.38 0 0.33 218.4 0.42 0.47
Hex 46 6A AA 3B 26 0 21 DA 2A 2F
Octal 106 152 252 73 46 0 41 332 52 57
Binary 1000110 1101010 10101010 111011 100110 0 100001 11011010 101010 101111

Color Harmonies of #466AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466AAA

Black with #466AAA

Text Example


Text Example

White with #466AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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