Html Css Color HEX #463993 Blue Gem

📋 copy color: '#463993'

red 70 ◦ green 57 ◦ blue 147

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

Shades of Blue Gem #463993

Tints of Blue Gem #463993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

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

R = 25.55%
G = 20.8%
B = 53.65%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463993 (or 0x463993) is known color: Blue Gem. HEX triplet: 46, 39 and 93. RGB value is (70,57,147). Sum of RGB (Red+Green+Blue) = 70+57+147=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #463993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463993 is #B9C66C. Grayscale: #464646. Windows color (decimal): -12174957 or 9648454. OLE color: 9648454.

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

Color convert

RGB 70 57 147 -
CMYK 0.52 0.61 0 0.42
HSL 248.67º 0.44% 0.4% -
HSV(B) 248.67º 0.61% 0.58% -
XYZ 9.26 6.33 28.34 -
YUV 71.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 70 57 147 0.52 0.61 0 0.42 248.67 0.44 0.4
Hex 46 39 93 34 3D 0 2A F9 2C 28
Octal 106 71 223 64 75 0 52 371 54 50
Binary 1000110 111001 10010011 110100 111101 0 101010 11111001 101100 101000

Color Harmonies of #463993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463993

Black with #463993

Text Example


Text Example

White with #463993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463993; }

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

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

background-color css

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

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

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

border-color css

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

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

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