Html Css Color HEX #465D9F Mariner

📋 copy color: '#465D9F'

red 70 ◦ green 93 ◦ blue 159

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

Shades of Mariner #465D9F

Tints of Mariner #465D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 21.74%
G = 28.88%
B = 49.38%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#465D9F (or 0x465D9F) is known color: Mariner. HEX triplet: 46, 5D and 9F. RGB value is (70,93,159). Sum of RGB (Red+Green+Blue) = 70+93+159=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #465D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D9F is #B9A260. Grayscale: #5D5D5D. Windows color (decimal): -12165729 or 10444102. OLE color: 10444102.

HSL color Cylindrical-coordinate representation of color #465D9F: hue angle of 224.49º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #465D9F is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 93 159 -
CMYK 0.56 0.42 0 0.38
HSL 224.49º 0.39% 0.45% -
HSV(B) 224.49º 0.56% 0.62% -
XYZ 12.7 11.63 34.38 -
YUV 93.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 70 93 159 0.56 0.42 0 0.38 224.49 0.39 0.45
Hex 46 5D 9F 38 2A 0 26 E0 27 2D
Octal 106 135 237 70 52 0 46 340 47 55
Binary 1000110 1011101 10011111 111000 101010 0 100110 11100000 100111 101101

Color Harmonies of #465D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D9F

Black with #465D9F

Text Example


Text Example

White with #465D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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