Html Css Color HEX #466AA4 Mariner

📋 copy color: '#466AA4'

red 70 ◦ green 106 ◦ blue 164

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

Shades of Mariner #466AA4

Tints of Mariner #466AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.24%

R = 20.59%
G = 31.18%
B = 48.24%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#466AA4 (or 0x466AA4) is known color: Mariner. HEX triplet: 46, 6A and A4. RGB value is (70,106,164). Sum of RGB (Red+Green+Blue) = 70+106+164=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #466AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466AA4 is #B9955B. Grayscale: #656565. Windows color (decimal): -12162396 or 10775110. OLE color: 10775110.

HSL color Cylindrical-coordinate representation of color #466AA4: hue angle of 217.02º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #466AA4 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 106 164 -
CMYK 0.57 0.35 0 0.36
HSL 217.02º 0.4% 0.46% -
HSV(B) 217.02º 0.57% 0.64% -
XYZ 14.38 14.29 37.12 -
YUV 101.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 70 106 164 0.57 0.35 0 0.36 217.02 0.4 0.46
Hex 46 6A A4 39 23 0 24 D9 28 2E
Octal 106 152 244 71 43 0 44 331 50 56
Binary 1000110 1101010 10100100 111001 100011 0 100100 11011001 101000 101110

Color Harmonies of #466AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466AA4

Black with #466AA4

Text Example


Text Example

White with #466AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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