Html Css Color HEX #465BAE Mariner

📋 copy color: '#465BAE'

red 70 ◦ green 91 ◦ blue 174

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

Shades of Mariner #465BAE

Tints of Mariner #465BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.94%

R = 20.9%
G = 27.16%
B = 51.94%

CMYK

 C value IS 0.60

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#465BAE (or 0x465BAE) is known color: Mariner. HEX triplet: 46, 5B and AE. RGB value is (70,91,174). Sum of RGB (Red+Green+Blue) = 70+91+174=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #465BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465BAE is #B9A451. Grayscale: #5D5D5D. Windows color (decimal): -12166226 or 11426630. OLE color: 11426630.

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

Color convert

RGB 70 91 174 -
CMYK 0.60 0.48 0 0.32
HSL 227.88º 0.43% 0.48% -
HSV(B) 227.88º 0.6% 0.68% -
XYZ 13.91 11.84 41.6 -
YUV 94.18 173.04 110.75 -
System Red Green Blue C M Y K H S L
Decimal 70 91 174 0.60 0.48 0 0.32 227.88 0.43 0.48
Hex 46 5B AE 3C 30 0 20 E4 2B 30
Octal 106 133 256 74 60 0 40 344 53 60
Binary 1000110 1011011 10101110 111100 110000 0 100000 11100100 101011 110000

Color Harmonies of #465BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BAE

Black with #465BAE

Text Example


Text Example

White with #465BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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