Html Css Color HEX #46298D Blue Gem

📋 copy color: '#46298D'

red 70 ◦ green 41 ◦ blue 141

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

Shades of Blue Gem #46298D

Tints of Blue Gem #46298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 27.78%
G = 16.27%
B = 55.95%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46298D (or 0x46298D) is known color: Blue Gem. HEX triplet: 46, 29 and 8D. RGB value is (70,41,141). Sum of RGB (Red+Green+Blue) = 70+41+141=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #46298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46298D is #B9D672. Grayscale: #3C3C3C. Windows color (decimal): -12179059 or 9251142. OLE color: 9251142.

HSL color Cylindrical-coordinate representation of color #46298D: hue angle of 257.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46298D is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 41 141 -
CMYK 0.50 0.71 0 0.45
HSL 257.4º 0.55% 0.36% -
HSV(B) 257.4º 0.71% 0.55% -
XYZ 8.13 4.81 25.7 -
YUV 61.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 70 41 141 0.50 0.71 0 0.45 257.4 0.55 0.36
Hex 46 29 8D 32 47 0 2D 101 37 24
Octal 106 51 215 62 107 0 55 401 67 44
Binary 1000110 101001 10001101 110010 1000111 0 101101 100000001 110111 100100

Color Harmonies of #46298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46298D

Black with #46298D

Text Example


Text Example

White with #46298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,41,141); }

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

background-color css

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

 a { background-color: rgb(70,41,141); }

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

border-color css

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

 span { border-color: rgb(70,41,141); }

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