Html Css Color HEX #465D9E Mariner

📋 copy color: '#465D9E'

red 70 ◦ green 93 ◦ blue 158

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

Shades of Mariner #465D9E

Tints of Mariner #465D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.22%

R = 21.81%
G = 28.97%
B = 49.22%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#465D9E (or 0x465D9E) is known color: Mariner. HEX triplet: 46, 5D and 9E. RGB value is (70,93,158). Sum of RGB (Red+Green+Blue) = 70+93+158=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #465D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465D9E is #B9A261. Grayscale: #5D5D5D. Windows color (decimal): -12165730 or 10378566. OLE color: 10378566.

HSL color Cylindrical-coordinate representation of color #465D9E: hue angle of 224.32º 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 #465D9E is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 93 158 -
CMYK 0.56 0.41 0 0.38
HSL 224.32º 0.39% 0.45% -
HSV(B) 224.32º 0.56% 0.62% -
XYZ 12.61 11.6 33.92 -
YUV 93.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 70 93 158 0.56 0.41 0 0.38 224.32 0.39 0.45
Hex 46 5D 9E 38 29 0 26 E0 27 2D
Octal 106 135 236 70 51 0 46 340 47 55
Binary 1000110 1011101 10011110 111000 101001 0 100110 11100000 100111 101101

Color Harmonies of #465D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465D9E

Black with #465D9E

Text Example


Text Example

White with #465D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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