Html Css Color HEX #466BA5 Mariner

📋 copy color: '#466BA5'

red 70 ◦ green 107 ◦ blue 165

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

Shades of Mariner #466BA5

Tints of Mariner #466BA5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 165 (64.84% from 255) = 48.25%

R = 20.47%
G = 31.29%
B = 48.25%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#466BA5 (or 0x466BA5) is known color: Mariner. HEX triplet: 46, 6B and A5. RGB value is (70,107,165). Sum of RGB (Red+Green+Blue) = 70+107+165=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #466BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BA5 is #B9945A. Grayscale: #666666. Windows color (decimal): -12162139 or 10840902. OLE color: 10840902.

HSL color Cylindrical-coordinate representation of color #466BA5: hue angle of 216.63º degrees, saturation: 0.4, 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 #466BA5 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 107 165 -
CMYK 0.58 0.35 0 0.35
HSL 216.63º 0.4% 0.46% -
HSV(B) 216.63º 0.58% 0.65% -
XYZ 14.58 14.53 37.63 -
YUV 102.55 163.24 104.78 -
System Red Green Blue C M Y K H S L
Decimal 70 107 165 0.58 0.35 0 0.35 216.63 0.4 0.46
Hex 46 6B A5 3A 23 0 23 D9 28 2E
Octal 106 153 245 72 43 0 43 331 50 56
Binary 1000110 1101011 10100101 111010 100011 0 100011 11011001 101000 101110

Color Harmonies of #466BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BA5

Black with #466BA5

Text Example


Text Example

White with #466BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,107,165); }

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

background-color css

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

 a { background-color: rgb(70,107,165); }

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

border-color css

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

 span { border-color: rgb(70,107,165); }

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