Html Css Color HEX #463393 Blue Gem

📋 copy color: '#463393'

red 70 ◦ green 51 ◦ blue 147

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

Shades of Blue Gem #463393

Tints of Blue Gem #463393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 26.12%
G = 19.03%
B = 54.85%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463393 (or 0x463393) is known color: Blue Gem. HEX triplet: 46, 33 and 93. RGB value is (70,51,147). Sum of RGB (Red+Green+Blue) = 70+51+147=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #463393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463393 is #B9CC6C. Grayscale: #434343. Windows color (decimal): -12176493 or 9646918. OLE color: 9646918.

HSL color Cylindrical-coordinate representation of color #463393: hue angle of 251.87º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463393 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 51 147 -
CMYK 0.52 0.65 0 0.42
HSL 251.88º 0.48% 0.39% -
HSV(B) 251.88º 0.65% 0.58% -
XYZ 8.98 5.78 28.25 -
YUV 67.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 70 51 147 0.52 0.65 0 0.42 251.88 0.48 0.39
Hex 46 33 93 34 41 0 2A FC 30 27
Octal 106 63 223 64 101 0 52 374 60 47
Binary 1000110 110011 10010011 110100 1000001 0 101010 11111100 110000 100111

Color Harmonies of #463393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463393

Black with #463393

Text Example


Text Example

White with #463393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463393; }

 p { color: rgb(70,51,147); }

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

background-color css

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

 a { background-color: rgb(70,51,147); }

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

border-color css

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

 span { border-color: rgb(70,51,147); }

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