Html Css Color HEX #465990 Mariner

📋 copy color: '#465990'

red 70 ◦ green 89 ◦ blue 144

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

Shades of Mariner #465990

Tints of Mariner #465990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 23.1%
G = 29.37%
B = 47.52%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#465990 (or 0x465990) is known color: Mariner. HEX triplet: 46, 59 and 90. RGB value is (70,89,144). Sum of RGB (Red+Green+Blue) = 70+89+144=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #465990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465990 is #B9A66F. Grayscale: #595959. Windows color (decimal): -12166768 or 9460038. OLE color: 9460038.

HSL color Cylindrical-coordinate representation of color #465990: hue angle of 224.59º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #465990 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 89 144 -
CMYK 0.51 0.38 0 0.44
HSL 224.59º 0.35% 0.42% -
HSV(B) 224.59º 0.51% 0.56% -
XYZ 11.13 10.46 27.82 -
YUV 89.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 70 89 144 0.51 0.38 0 0.44 224.59 0.35 0.42
Hex 46 59 90 33 26 0 2C E1 23 2A
Octal 106 131 220 63 46 0 54 341 43 52
Binary 1000110 1011001 10010000 110011 100110 0 101100 11100001 100011 101010

Color Harmonies of #465990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465990

Black with #465990

Text Example


Text Example

White with #465990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465990; }

 p { color: rgb(70,89,144); }

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

background-color css

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

 a { background-color: rgb(70,89,144); }

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

border-color css

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

 span { border-color: rgb(70,89,144); }

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