Html Css Color HEX #463190 Blue Gem

📋 copy color: '#463190'

red 70 ◦ green 49 ◦ blue 144

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

Shades of Blue Gem #463190

Tints of Blue Gem #463190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.75%

R = 26.62%
G = 18.63%
B = 54.75%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#463190 (or 0x463190) is known color: Blue Gem. HEX triplet: 46, 31 and 90. RGB value is (70,49,144). Sum of RGB (Red+Green+Blue) = 70+49+144=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #463190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463190 is #B9CE6F. Grayscale: #414141. Windows color (decimal): -12177008 or 9449798. OLE color: 9449798.

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

Color convert

RGB 70 49 144 -
CMYK 0.51 0.66 0 0.44
HSL 253.26º 0.49% 0.38% -
HSV(B) 253.26º 0.66% 0.56% -
XYZ 8.66 5.51 26.99 -
YUV 66.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 70 49 144 0.51 0.66 0 0.44 253.26 0.49 0.38
Hex 46 31 90 33 42 0 2C FD 31 26
Octal 106 61 220 63 102 0 54 375 61 46
Binary 1000110 110001 10010000 110011 1000010 0 101100 11111101 110001 100110

Color Harmonies of #463190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463190

Black with #463190

Text Example


Text Example

White with #463190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463190; }

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

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

background-color css

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

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

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

border-color css

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

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

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