Html Css Color HEX #46609C Mariner

📋 copy color: '#46609C'

red 70 ◦ green 96 ◦ blue 156

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

Shades of Mariner #46609C

Tints of Mariner #46609C

RGB

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

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

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

R = 21.74%
G = 29.81%
B = 48.45%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46609C (or 0x46609C) is known color: Mariner. HEX triplet: 46, 60 and 9C. RGB value is (70,96,156). Sum of RGB (Red+Green+Blue) = 70+96+156=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #46609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46609C is #B99F63. Grayscale: #5E5E5E. Windows color (decimal): -12164964 or 10248262. OLE color: 10248262.

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

Color convert

RGB 70 96 156 -
CMYK 0.55 0.38 0 0.39
HSL 221.86º 0.38% 0.44% -
HSV(B) 221.86º 0.55% 0.61% -
XYZ 12.71 12.07 33.11 -
YUV 95.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 70 96 156 0.55 0.38 0 0.39 221.86 0.38 0.44
Hex 46 60 9C 37 26 0 27 DE 26 2C
Octal 106 140 234 67 46 0 47 336 46 54
Binary 1000110 1100000 10011100 110111 100110 0 100111 11011110 100110 101100

Color Harmonies of #46609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46609C

Black with #46609C

Text Example


Text Example

White with #46609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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