Html Css Color HEX #46649C Mariner

📋 copy color: '#46649C'

red 70 ◦ green 100 ◦ blue 156

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

Shades of Mariner #46649C

Tints of Mariner #46649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 21.47%
G = 30.67%
B = 47.85%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46649C (or 0x46649C) is known color: Mariner. HEX triplet: 46, 64 and 9C. RGB value is (70,100,156). Sum of RGB (Red+Green+Blue) = 70+100+156=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #46649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46649C is #B99B63. Grayscale: #616161. Windows color (decimal): -12163940 or 10249286. OLE color: 10249286.

HSL color Cylindrical-coordinate representation of color #46649C: hue angle of 219.07º 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 #46649C is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 100 156 -
CMYK 0.55 0.36 0 0.39
HSL 219.07º 0.38% 0.44% -
HSV(B) 219.07º 0.55% 0.61% -
XYZ 13.08 12.82 33.24 -
YUV 97.41 161.06 108.45 -
System Red Green Blue C M Y K H S L
Decimal 70 100 156 0.55 0.36 0 0.39 219.07 0.38 0.44
Hex 46 64 9C 37 24 0 27 DB 26 2C
Octal 106 144 234 67 44 0 47 333 46 54
Binary 1000110 1100100 10011100 110111 100100 0 100111 11011011 100110 101100

Color Harmonies of #46649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46649C

Black with #46649C

Text Example


Text Example

White with #46649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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