Html Css Color HEX #46659C Mariner

📋 copy color: '#46659C'

red 70 ◦ green 101 ◦ blue 156

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

Shades of Mariner #46659C

Tints of Mariner #46659C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 21.41%
G = 30.89%
B = 47.71%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46659C (or 0x46659C) is known color: Mariner. HEX triplet: 46, 65 and 9C. RGB value is (70,101,156). Sum of RGB (Red+Green+Blue) = 70+101+156=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #46659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46659C is #B99A63. Grayscale: #616161. Windows color (decimal): -12163684 or 10249542. OLE color: 10249542.

HSL color Cylindrical-coordinate representation of color #46659C: hue angle of 218.37º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46659C is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 101 156 -
CMYK 0.55 0.35 0 0.39
HSL 218.37º 0.38% 0.44% -
HSV(B) 218.37º 0.55% 0.61% -
XYZ 13.18 13.01 33.27 -
YUV 98 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 70 101 156 0.55 0.35 0 0.39 218.37 0.38 0.44
Hex 46 65 9C 37 23 0 27 DA 26 2C
Octal 106 145 234 67 43 0 47 332 46 54
Binary 1000110 1100101 10011100 110111 100011 0 100111 11011010 100110 101100

Color Harmonies of #46659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46659C

Black with #46659C

Text Example


Text Example

White with #46659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46659C; }

 p { color: rgb(70,101,156); }

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

background-color css

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

 a { background-color: rgb(70,101,156); }

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

border-color css

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

 span { border-color: rgb(70,101,156); }

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