Html Css Color HEX #466CAC Mariner

📋 copy color: '#466CAC'

red 70 ◦ green 108 ◦ blue 172

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

Shades of Mariner #466CAC

Tints of Mariner #466CAC

RGB

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

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

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

R = 20%
G = 30.86%
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

#466CAC (or 0x466CAC) is known color: Mariner. HEX triplet: 46, 6C and AC. RGB value is (70,108,172). Sum of RGB (Red+Green+Blue) = 70+108+172=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #466CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466CAC is #B99353. Grayscale: #676767. Windows color (decimal): -12161876 or 11299910. OLE color: 11299910.

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

Color convert

RGB 70 108 172 -
CMYK 0.59 0.37 0 0.33
HSL 217.65º 0.42% 0.47% -
HSV(B) 217.65º 0.59% 0.67% -
XYZ 15.33 15.01 41.12 -
YUV 103.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 70 108 172 0.59 0.37 0 0.33 217.65 0.42 0.47
Hex 46 6C AC 3B 25 0 21 DA 2A 2F
Octal 106 154 254 73 45 0 41 332 52 57
Binary 1000110 1101100 10101100 111011 100101 0 100001 11011010 101010 101111

Color Harmonies of #466CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CAC

Black with #466CAC

Text Example


Text Example

White with #466CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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