Html Css Color HEX #46639C Mariner

📋 copy color: '#46639C'

red 70 ◦ green 99 ◦ blue 156

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

Shades of Mariner #46639C

Tints of Mariner #46639C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 21.54%
G = 30.46%
B = 48%

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

#46639C (or 0x46639C) is known color: Mariner. HEX triplet: 46, 63 and 9C. RGB value is (70,99,156). Sum of RGB (Red+Green+Blue) = 70+99+156=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #46639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46639C is #B99C63. Grayscale: #606060. Windows color (decimal): -12164196 or 10249030. OLE color: 10249030.

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

Color convert

RGB 70 99 156 -
CMYK 0.55 0.37 0 0.39
HSL 219.77º 0.38% 0.44% -
HSV(B) 219.77º 0.55% 0.61% -
XYZ 12.99 12.63 33.21 -
YUV 96.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 70 99 156 0.55 0.37 0 0.39 219.77 0.38 0.44
Hex 46 63 9C 37 25 0 27 DC 26 2C
Octal 106 143 234 67 45 0 47 334 46 54
Binary 1000110 1100011 10011100 110111 100101 0 100111 11011100 100110 101100

Color Harmonies of #46639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46639C

Black with #46639C

Text Example


Text Example

White with #46639C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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