Html Css Color HEX #465BAD Mariner

📋 copy color: '#465BAD'

red 70 ◦ green 91 ◦ blue 173

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

Shades of Mariner #465BAD

Tints of Mariner #465BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 20.96%
G = 27.25%
B = 51.8%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#465BAD (or 0x465BAD) is known color: Mariner. HEX triplet: 46, 5B and AD. RGB value is (70,91,173). Sum of RGB (Red+Green+Blue) = 70+91+173=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #465BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BAD is #B9A452. Grayscale: #5D5D5D. Windows color (decimal): -12166227 or 11361094. OLE color: 11361094.

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

Color convert

RGB 70 91 173 -
CMYK 0.60 0.47 0 0.32
HSL 227.77º 0.42% 0.48% -
HSV(B) 227.77º 0.6% 0.68% -
XYZ 13.81 11.8 41.09 -
YUV 94.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 70 91 173 0.60 0.47 0 0.32 227.77 0.42 0.48
Hex 46 5B AD 3C 2F 0 20 E4 2A 30
Octal 106 133 255 74 57 0 40 344 52 60
Binary 1000110 1011011 10101101 111100 101111 0 100000 11100100 101010 110000

Color Harmonies of #465BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BAD

Black with #465BAD

Text Example


Text Example

White with #465BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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