Html Css Color HEX #46199D Blue Gem

📋 copy color: '#46199D'

red 70 ◦ green 25 ◦ blue 157

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

Shades of Blue Gem #46199D

Tints of Blue Gem #46199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 27.78%
G = 9.92%
B = 62.3%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46199D (or 0x46199D) is known color: Blue Gem. HEX triplet: 46, 19 and 9D. RGB value is (70,25,157). Sum of RGB (Red+Green+Blue) = 70+25+157=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #46199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46199D is #B9E662. Grayscale: #353535. Windows color (decimal): -12183139 or 10295622. OLE color: 10295622.

HSL color Cylindrical-coordinate representation of color #46199D: hue angle of 260.45º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46199D is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 25 157 -
CMYK 0.55 0.84 0 0.38
HSL 260.45º 0.73% 0.36% -
HSV(B) 260.45º 0.84% 0.62% -
XYZ 8.96 4.43 32.28 -
YUV 53.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 70 25 157 0.55 0.84 0 0.38 260.45 0.73 0.36
Hex 46 19 9D 37 54 0 26 104 49 24
Octal 106 31 235 67 124 0 46 404 111 44
Binary 1000110 11001 10011101 110111 1010100 0 100110 100000100 1001001 100100

Color Harmonies of #46199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46199D

Black with #46199D

Text Example


Text Example

White with #46199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46199D; }

 p { color: rgb(70,25,157); }

 H1.HeaderClassName
 {
   color: #46199D;
 }
 .AnyTagClassName
 {
   color: #46199D;
 }
</style>

background-color css

<style>
 a { background-color: #46199D; }

 a { background-color: rgb(70,25,157); }

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

border-color css

<style>
 span { border-color: #46199D; }

 span { border-color: rgb(70,25,157); }

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