Html Css Color HEX #466CAA Mariner

📋 copy color: '#466CAA'

red 70 ◦ green 108 ◦ blue 170

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

Shades of Mariner #466CAA

Tints of Mariner #466CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 20.11%
G = 31.03%
B = 48.85%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466CAA (or 0x466CAA) is known color: Mariner. HEX triplet: 46, 6C and AA. RGB value is (70,108,170). Sum of RGB (Red+Green+Blue) = 70+108+170=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #466CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466CAA is #B99355. Grayscale: #676767. Windows color (decimal): -12161878 or 11168838. OLE color: 11168838.

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

Color convert

RGB 70 108 170 -
CMYK 0.59 0.36 0 0.33
HSL 217.2º 0.42% 0.47% -
HSV(B) 217.2º 0.59% 0.67% -
XYZ 15.14 14.93 40.11 -
YUV 103.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 70 108 170 0.59 0.36 0 0.33 217.2 0.42 0.47
Hex 46 6C AA 3B 24 0 21 D9 2A 2F
Octal 106 154 252 73 44 0 41 331 52 57
Binary 1000110 1101100 10101010 111011 100100 0 100001 11011001 101010 101111

Color Harmonies of #466CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CAA

Black with #466CAA

Text Example


Text Example

White with #466CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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