Html Css Color HEX #465B91 Mariner

📋 copy color: '#465B91'

red 70 ◦ green 91 ◦ blue 145

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

Shades of Mariner #465B91

Tints of Mariner #465B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.39%

R = 22.88%
G = 29.74%
B = 47.39%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#465B91 (or 0x465B91) is known color: Mariner. HEX triplet: 46, 5B and 91. RGB value is (70,91,145). Sum of RGB (Red+Green+Blue) = 70+91+145=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #465B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465B91 is #B9A46E. Grayscale: #5A5A5A. Windows color (decimal): -12166255 or 9526086. OLE color: 9526086.

HSL color Cylindrical-coordinate representation of color #465B91: hue angle of 223.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465B91 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 91 145 -
CMYK 0.52 0.37 0 0.43
HSL 223.2º 0.35% 0.42% -
HSV(B) 223.2º 0.52% 0.57% -
XYZ 11.38 10.83 28.28 -
YUV 90.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 70 91 145 0.52 0.37 0 0.43 223.2 0.35 0.42
Hex 46 5B 91 34 25 0 2B DF 23 2A
Octal 106 133 221 64 45 0 53 337 43 52
Binary 1000110 1011011 10010001 110100 100101 0 101011 11011111 100011 101010

Color Harmonies of #465B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B91

Black with #465B91

Text Example


Text Example

White with #465B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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