Html Css Color HEX #465896 Mariner

📋 copy color: '#465896'

red 70 ◦ green 88 ◦ blue 150

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

Shades of Mariner #465896

Tints of Mariner #465896

RGB

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

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

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

R = 22.73%
G = 28.57%
B = 48.7%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#465896 (or 0x465896) is known color: Mariner. HEX triplet: 46, 58 and 96. RGB value is (70,88,150). Sum of RGB (Red+Green+Blue) = 70+88+150=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #465896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465896 is #B9A769. Grayscale: #595959. Windows color (decimal): -12167018 or 9852998. OLE color: 9852998.

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

Color convert

RGB 70 88 150 -
CMYK 0.53 0.41 0 0.41
HSL 226.5º 0.36% 0.43% -
HSV(B) 226.5º 0.53% 0.59% -
XYZ 11.52 10.48 30.27 -
YUV 89.69 162.04 113.96 -
System Red Green Blue C M Y K H S L
Decimal 70 88 150 0.53 0.41 0 0.41 226.5 0.36 0.43
Hex 46 58 96 35 29 0 29 E2 24 2B
Octal 106 130 226 65 51 0 51 342 44 53
Binary 1000110 1011000 10010110 110101 101001 0 101001 11100010 100100 101011

Color Harmonies of #465896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465896

Black with #465896

Text Example


Text Example

White with #465896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465896; }

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

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

background-color css

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

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

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

border-color css

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

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

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