Html Css Color HEX #466692 Mariner

📋 copy color: '#466692'

red 70 ◦ green 102 ◦ blue 146

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

Shades of Mariner #466692

Tints of Mariner #466692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 22.01%
G = 32.08%
B = 45.91%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#466692 (or 0x466692) is known color: Mariner. HEX triplet: 46, 66 and 92. RGB value is (70,102,146). Sum of RGB (Red+Green+Blue) = 70+102+146=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #466692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466692 is #B9996D. Grayscale: #616161. Windows color (decimal): -12163438 or 9594438. OLE color: 9594438.

HSL color Cylindrical-coordinate representation of color #466692: hue angle of 214.74º 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 #466692 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 102 146 -
CMYK 0.52 0.30 0 0.43
HSL 214.74º 0.35% 0.42% -
HSV(B) 214.74º 0.52% 0.57% -
XYZ 12.47 12.88 29.02 -
YUV 97.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 70 102 146 0.52 0.30 0 0.43 214.74 0.35 0.42
Hex 46 66 92 34 1E 0 2B D7 23 2A
Octal 106 146 222 64 36 0 53 327 43 52
Binary 1000110 1100110 10010010 110100 11110 0 101011 11010111 100011 101010

Color Harmonies of #466692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466692

Black with #466692

Text Example


Text Example

White with #466692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466692; }

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

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

background-color css

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

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

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

border-color css

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

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

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