Html Css Color HEX #465DAD Mariner

📋 copy color: '#465DAD'

red 70 ◦ green 93 ◦ blue 173

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

Shades of Mariner #465DAD

Tints of Mariner #465DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 20.83%
G = 27.68%
B = 51.49%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#465DAD (or 0x465DAD) is known color: Mariner. HEX triplet: 46, 5D and AD. RGB value is (70,93,173). Sum of RGB (Red+Green+Blue) = 70+93+173=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #465DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DAD is #B9A252. Grayscale: #5E5E5E. Windows color (decimal): -12165715 or 11361606. OLE color: 11361606.

HSL color Cylindrical-coordinate representation of color #465DAD: hue angle of 226.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #465DAD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 93 173 -
CMYK 0.60 0.46 0 0.32
HSL 226.6º 0.42% 0.48% -
HSV(B) 226.6º 0.6% 0.68% -
XYZ 13.98 12.15 41.14 -
YUV 95.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 70 93 173 0.60 0.46 0 0.32 226.6 0.42 0.48
Hex 46 5D AD 3C 2E 0 20 E3 2A 30
Octal 106 135 255 74 56 0 40 343 52 60
Binary 1000110 1011101 10101101 111100 101110 0 100000 11100011 101010 110000

Color Harmonies of #465DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DAD

Black with #465DAD

Text Example


Text Example

White with #465DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,93,173); }

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

background-color css

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

 a { background-color: rgb(70,93,173); }

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

border-color css

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

 span { border-color: rgb(70,93,173); }

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