Html Css Color HEX #465DAE Mariner

📋 copy color: '#465DAE'

red 70 ◦ green 93 ◦ blue 174

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

Shades of Mariner #465DAE

Tints of Mariner #465DAE

RGB

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

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

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

R = 20.77%
G = 27.6%
B = 51.63%

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

#465DAE (or 0x465DAE) is known color: Mariner. HEX triplet: 46, 5D and AE. RGB value is (70,93,174). Sum of RGB (Red+Green+Blue) = 70+93+174=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #465DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465DAE is #B9A251. Grayscale: #5F5F5F. Windows color (decimal): -12165714 or 11427142. OLE color: 11427142.

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

Color convert

RGB 70 93 174 -
CMYK 0.60 0.47 0 0.32
HSL 226.73º 0.43% 0.48% -
HSV(B) 226.73º 0.6% 0.68% -
XYZ 14.08 12.19 41.65 -
YUV 95.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 70 93 174 0.60 0.47 0 0.32 226.73 0.43 0.48
Hex 46 5D AE 3C 2F 0 20 E3 2B 30
Octal 106 135 256 74 57 0 40 343 53 60
Binary 1000110 1011101 10101110 111100 101111 0 100000 11100011 101011 110000

Color Harmonies of #465DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465DAE

Black with #465DAE

Text Example


Text Example

White with #465DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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