Html Css Color HEX #46318E Blue Gem

📋 copy color: '#46318E'

red 70 ◦ green 49 ◦ blue 142

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

Shades of Blue Gem #46318E

Tints of Blue Gem #46318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

 BLUE value IS 142 (55.86% from 255) = 54.41%

R = 26.82%
G = 18.77%
B = 54.41%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46318E (or 0x46318E) is known color: Blue Gem. HEX triplet: 46, 31 and 8E. RGB value is (70,49,142). Sum of RGB (Red+Green+Blue) = 70+49+142=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #46318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46318E is #B9CE71. Grayscale: #414141. Windows color (decimal): -12177010 or 9318726. OLE color: 9318726.

HSL color Cylindrical-coordinate representation of color #46318E: hue angle of 253.55º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46318E is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 49 142 -
CMYK 0.51 0.65 0 0.44
HSL 253.55º 0.49% 0.37% -
HSV(B) 253.55º 0.65% 0.56% -
XYZ 8.51 5.45 26.2 -
YUV 65.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 70 49 142 0.51 0.65 0 0.44 253.55 0.49 0.37
Hex 46 31 8E 33 41 0 2C FE 31 25
Octal 106 61 216 63 101 0 54 376 61 45
Binary 1000110 110001 10001110 110011 1000001 0 101100 11111110 110001 100101

Color Harmonies of #46318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46318E

Black with #46318E

Text Example


Text Example

White with #46318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,49,142); }

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

background-color css

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

 a { background-color: rgb(70,49,142); }

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

border-color css

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

 span { border-color: rgb(70,49,142); }

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