Html Css Color HEX #46419E Blue Gem

📋 copy color: '#46419E'

red 70 ◦ green 65 ◦ blue 158

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

Shades of Blue Gem #46419E

Tints of Blue Gem #46419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 158 (62.11% from 255) = 53.92%

R = 23.89%
G = 22.18%
B = 53.92%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46419E (or 0x46419E) is known color: Blue Gem. HEX triplet: 46, 41 and 9E. RGB value is (70,65,158). Sum of RGB (Red+Green+Blue) = 70+65+158=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #46419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46419E is #B9BE61. Grayscale: #4C4C4C. Windows color (decimal): -12172898 or 10371398. OLE color: 10371398.

HSL color Cylindrical-coordinate representation of color #46419E: hue angle of 243.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46419E is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 65 158 -
CMYK 0.56 0.59 0 0.38
HSL 243.23º 0.42% 0.44% -
HSV(B) 243.23º 0.59% 0.62% -
XYZ 10.59 7.55 33.25 -
YUV 77.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 70 65 158 0.56 0.59 0 0.38 243.23 0.42 0.44
Hex 46 41 9E 38 3B 0 26 F3 2A 2C
Octal 106 101 236 70 73 0 46 363 52 54
Binary 1000110 1000001 10011110 111000 111011 0 100110 11110011 101010 101100

Color Harmonies of #46419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46419E

Black with #46419E

Text Example


Text Example

White with #46419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46419E; }

 p { color: rgb(70,65,158); }

 H1.HeaderClassName
 {
   color: #46419E;
 }
 .AnyTagClassName
 {
   color: #46419E;
 }
</style>

background-color css

<style>
 a { background-color: #46419E; }

 a { background-color: rgb(70,65,158); }

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

border-color css

<style>
 span { border-color: #46419E; }

 span { border-color: rgb(70,65,158); }

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