Html Css Color HEX #466098 Mariner

📋 copy color: '#466098'

red 70 ◦ green 96 ◦ blue 152

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

Shades of Mariner #466098

Tints of Mariner #466098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 22.01%
G = 30.19%
B = 47.8%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#466098 (or 0x466098) is known color: Mariner. HEX triplet: 46, 60 and 98. RGB value is (70,96,152). Sum of RGB (Red+Green+Blue) = 70+96+152=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #466098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466098 is #B99F67. Grayscale: #5E5E5E. Windows color (decimal): -12164968 or 9986118. OLE color: 9986118.

HSL color Cylindrical-coordinate representation of color #466098: hue angle of 220.98º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466098 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 96 152 -
CMYK 0.54 0.37 0 0.40
HSL 220.98º 0.37% 0.44% -
HSV(B) 220.98º 0.54% 0.6% -
XYZ 12.38 11.93 31.36 -
YUV 94.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 70 96 152 0.54 0.37 0 0.40 220.98 0.37 0.44
Hex 46 60 98 36 25 0 28 DD 25 2C
Octal 106 140 230 66 45 0 50 335 45 54
Binary 1000110 1100000 10011000 110110 100101 0 101000 11011101 100101 101100

Color Harmonies of #466098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466098

Black with #466098

Text Example


Text Example

White with #466098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466098; }

 p { color: rgb(70,96,152); }

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

background-color css

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

 a { background-color: rgb(70,96,152); }

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

border-color css

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

 span { border-color: rgb(70,96,152); }

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