Html Css Color HEX #463693 Blue Gem

📋 copy color: '#463693'

red 70 ◦ green 54 ◦ blue 147

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

Shades of Blue Gem #463693

Tints of Blue Gem #463693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 25.83%
G = 19.93%
B = 54.24%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463693 (or 0x463693) is known color: Blue Gem. HEX triplet: 46, 36 and 93. RGB value is (70,54,147). Sum of RGB (Red+Green+Blue) = 70+54+147=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #463693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463693 is #B9C96C. Grayscale: #454545. Windows color (decimal): -12175725 or 9647686. OLE color: 9647686.

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

Color convert

RGB 70 54 147 -
CMYK 0.52 0.63 0 0.42
HSL 250.32º 0.46% 0.39% -
HSV(B) 250.32º 0.63% 0.58% -
XYZ 9.11 6.05 28.29 -
YUV 69.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 70 54 147 0.52 0.63 0 0.42 250.32 0.46 0.39
Hex 46 36 93 34 3F 0 2A FA 2E 27
Octal 106 66 223 64 77 0 52 372 56 47
Binary 1000110 110110 10010011 110100 111111 0 101010 11111010 101110 100111

Color Harmonies of #463693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463693

Black with #463693

Text Example


Text Example

White with #463693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463693; }

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

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

background-color css

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

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

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

border-color css

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

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

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