Html Css Color HEX #463893 Blue Gem

📋 copy color: '#463893'

red 70 ◦ green 56 ◦ blue 147

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

Shades of Blue Gem #463893

Tints of Blue Gem #463893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

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

R = 25.64%
G = 20.51%
B = 53.85%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463893 (or 0x463893) is known color: Blue Gem. HEX triplet: 46, 38 and 93. RGB value is (70,56,147). Sum of RGB (Red+Green+Blue) = 70+56+147=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #463893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463893 is #B9C76C. Grayscale: #464646. Windows color (decimal): -12175213 or 9648198. OLE color: 9648198.

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

Color convert

RGB 70 56 147 -
CMYK 0.52 0.62 0 0.42
HSL 249.23º 0.45% 0.4% -
HSV(B) 249.23º 0.62% 0.58% -
XYZ 9.21 6.24 28.32 -
YUV 70.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 70 56 147 0.52 0.62 0 0.42 249.23 0.45 0.4
Hex 46 38 93 34 3E 0 2A F9 2D 28
Octal 106 70 223 64 76 0 52 371 55 50
Binary 1000110 111000 10010011 110100 111110 0 101010 11111001 101101 101000

Color Harmonies of #463893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463893

Black with #463893

Text Example


Text Example

White with #463893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463893; }

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

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

background-color css

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

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

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

border-color css

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

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

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