Html Css Color HEX #465892 Mariner

📋 copy color: '#465892'

red 70 ◦ green 88 ◦ blue 146

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

Shades of Mariner #465892

Tints of Mariner #465892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 23.03%
G = 28.95%
B = 48.03%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#465892 (or 0x465892) is known color: Mariner. HEX triplet: 46, 58 and 92. RGB value is (70,88,146). Sum of RGB (Red+Green+Blue) = 70+88+146=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #465892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465892 is #B9A76D. Grayscale: #585858. Windows color (decimal): -12167022 or 9590854. OLE color: 9590854.

HSL color Cylindrical-coordinate representation of color #465892: hue angle of 225.79º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #465892 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 88 146 -
CMYK 0.52 0.40 0 0.43
HSL 225.79º 0.35% 0.42% -
HSV(B) 225.79º 0.52% 0.57% -
XYZ 11.2 10.36 28.6 -
YUV 89.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 70 88 146 0.52 0.40 0 0.43 225.79 0.35 0.42
Hex 46 58 92 34 28 0 2B E2 23 2A
Octal 106 130 222 64 50 0 53 342 43 52
Binary 1000110 1011000 10010010 110100 101000 0 101011 11100010 100011 101010

Color Harmonies of #465892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465892

Black with #465892

Text Example


Text Example

White with #465892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465892; }

 p { color: rgb(70,88,146); }

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

background-color css

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

 a { background-color: rgb(70,88,146); }

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

border-color css

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

 span { border-color: rgb(70,88,146); }

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