Html Css Color HEX #463191 Blue Gem

📋 copy color: '#463191'

red 70 ◦ green 49 ◦ blue 145

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

Shades of Blue Gem #463191

Tints of Blue Gem #463191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 26.52%
G = 18.56%
B = 54.92%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463191 (or 0x463191) is known color: Blue Gem. HEX triplet: 46, 31 and 91. RGB value is (70,49,145). Sum of RGB (Red+Green+Blue) = 70+49+145=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #463191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463191 is #B9CE6E. Grayscale: #414141. Windows color (decimal): -12177007 or 9515334. OLE color: 9515334.

HSL color Cylindrical-coordinate representation of color #463191: hue angle of 253.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #463191 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 49 145 -
CMYK 0.52 0.66 0 0.43
HSL 253.13º 0.49% 0.38% -
HSV(B) 253.13º 0.66% 0.57% -
XYZ 8.73 5.54 27.4 -
YUV 66.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 70 49 145 0.52 0.66 0 0.43 253.13 0.49 0.38
Hex 46 31 91 34 42 0 2B FD 31 26
Octal 106 61 221 64 102 0 53 375 61 46
Binary 1000110 110001 10010001 110100 1000010 0 101011 11111101 110001 100110

Color Harmonies of #463191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463191

Black with #463191

Text Example


Text Example

White with #463191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463191; }

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

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

background-color css

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

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

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

border-color css

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

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

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