Html Css Color HEX #46629C Mariner

📋 copy color: '#46629C'

red 70 ◦ green 98 ◦ blue 156

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

Shades of Mariner #46629C

Tints of Mariner #46629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.25%

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

R = 21.6%
G = 30.25%
B = 48.15%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46629C (or 0x46629C) is known color: Mariner. HEX triplet: 46, 62 and 9C. RGB value is (70,98,156). Sum of RGB (Red+Green+Blue) = 70+98+156=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #46629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46629C is #B99D63. Grayscale: #5F5F5F. Windows color (decimal): -12164452 or 10248774. OLE color: 10248774.

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

Color convert

RGB 70 98 156 -
CMYK 0.55 0.37 0 0.39
HSL 220.47º 0.38% 0.44% -
HSV(B) 220.47º 0.55% 0.61% -
XYZ 12.89 12.44 33.17 -
YUV 96.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 70 98 156 0.55 0.37 0 0.39 220.47 0.38 0.44
Hex 46 62 9C 37 25 0 27 DC 26 2C
Octal 106 142 234 67 45 0 47 334 46 54
Binary 1000110 1100010 10011100 110111 100101 0 100111 11011100 100110 101100

Color Harmonies of #46629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46629C

Black with #46629C

Text Example


Text Example

White with #46629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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