Html Css Color HEX #465AA6 Mariner

📋 copy color: '#465AA6'

red 70 ◦ green 90 ◦ blue 166

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

Shades of Mariner #465AA6

Tints of Mariner #465AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 166 (65.23% from 255) = 50.92%

R = 21.47%
G = 27.61%
B = 50.92%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#465AA6 (or 0x465AA6) is known color: Mariner. HEX triplet: 46, 5A and A6. RGB value is (70,90,166). Sum of RGB (Red+Green+Blue) = 70+90+166=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 166 (65.23% from 255 or 50.92% from 326); Max value from RGB is 166 - color contains mainly: blue. Hex color #465AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465AA6 is #B9A559. Grayscale: #5C5C5C. Windows color (decimal): -12166490 or 10902086. OLE color: 10902086.

HSL color Cylindrical-coordinate representation of color #465AA6: hue angle of 227.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #465AA6 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 90 166 -
CMYK 0.58 0.46 0 0.35
HSL 227.5º 0.41% 0.46% -
HSV(B) 227.5º 0.58% 0.65% -
XYZ 13.06 11.37 37.58 -
YUV 92.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 70 90 166 0.58 0.46 0 0.35 227.5 0.41 0.46
Hex 46 5A A6 3A 2E 0 23 E4 29 2E
Octal 106 132 246 72 56 0 43 344 51 56
Binary 1000110 1011010 10100110 111010 101110 0 100011 11100100 101001 101110

Color Harmonies of #465AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AA6

Black with #465AA6

Text Example


Text Example

White with #465AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465AA6; }

 p { color: rgb(70,90,166); }

 H1.HeaderClassName
 {
   color: #465AA6;
 }
 .AnyTagClassName
 {
   color: #465AA6;
 }
</style>

background-color css

<style>
 a { background-color: #465AA6; }

 a { background-color: rgb(70,90,166); }

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

border-color css

<style>
 span { border-color: #465AA6; }

 span { border-color: rgb(70,90,166); }

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