Html Css Color HEX #465EAD Mariner

📋 copy color: '#465EAD'

red 70 ◦ green 94 ◦ blue 173

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

Shades of Mariner #465EAD

Tints of Mariner #465EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 20.77%
G = 27.89%
B = 51.34%

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

#465EAD (or 0x465EAD) is known color: Mariner. HEX triplet: 46, 5E and AD. RGB value is (70,94,173). Sum of RGB (Red+Green+Blue) = 70+94+173=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #465EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465EAD is #B9A152. Grayscale: #5F5F5F. Windows color (decimal): -12165459 or 11361862. OLE color: 11361862.

HSL color Cylindrical-coordinate representation of color #465EAD: hue angle of 226.02º 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 #465EAD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 94 173 -
CMYK 0.60 0.46 0 0.32
HSL 226.02º 0.42% 0.48% -
HSV(B) 226.02º 0.6% 0.68% -
XYZ 14.07 12.32 41.17 -
YUV 95.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 70 94 173 0.60 0.46 0 0.32 226.02 0.42 0.48
Hex 46 5E AD 3C 2E 0 20 E2 2A 30
Octal 106 136 255 74 56 0 40 342 52 60
Binary 1000110 1011110 10101101 111100 101110 0 100000 11100010 101010 110000

Color Harmonies of #465EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EAD

Black with #465EAD

Text Example


Text Example

White with #465EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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