Html Css Color HEX #465E96 Mariner

📋 copy color: '#465E96'

red 70 ◦ green 94 ◦ blue 150

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

Shades of Mariner #465E96

Tints of Mariner #465E96

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.94%

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 22.29%
G = 29.94%
B = 47.77%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#465E96 (or 0x465E96) is known color: Mariner. HEX triplet: 46, 5E and 96. RGB value is (70,94,150). Sum of RGB (Red+Green+Blue) = 70+94+150=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #465E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465E96 is #B9A169. Grayscale: #5C5C5C. Windows color (decimal): -12165482 or 9854534. OLE color: 9854534.

HSL color Cylindrical-coordinate representation of color #465E96: hue angle of 222º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #465E96 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 94 150 -
CMYK 0.53 0.37 0 0.41
HSL 222º 0.36% 0.43% -
HSV(B) 222º 0.53% 0.59% -
XYZ 12.03 11.51 30.44 -
YUV 93.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 70 94 150 0.53 0.37 0 0.41 222 0.36 0.43
Hex 46 5E 96 35 25 0 29 DE 24 2B
Octal 106 136 226 65 45 0 51 336 44 53
Binary 1000110 1011110 10010110 110101 100101 0 101001 11011110 100100 101011

Color Harmonies of #465E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E96

Black with #465E96

Text Example


Text Example

White with #465E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,150); }

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

background-color css

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

 a { background-color: rgb(70,94,150); }

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

border-color css

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

 span { border-color: rgb(70,94,150); }

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