Html Css Color HEX #463293 Blue Gem

📋 copy color: '#463293'

red 70 ◦ green 50 ◦ blue 147

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

Shades of Blue Gem #463293

Tints of Blue Gem #463293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 26.22%
G = 18.73%
B = 55.06%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463293 (or 0x463293) is known color: Blue Gem. HEX triplet: 46, 32 and 93. RGB value is (70,50,147). Sum of RGB (Red+Green+Blue) = 70+50+147=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #463293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463293 is #B9CD6C. Grayscale: #424242. Windows color (decimal): -12176749 or 9646662. OLE color: 9646662.

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

Color convert

RGB 70 50 147 -
CMYK 0.52 0.66 0 0.42
HSL 252.37º 0.49% 0.39% -
HSV(B) 252.37º 0.66% 0.58% -
XYZ 8.93 5.69 28.23 -
YUV 67.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 70 50 147 0.52 0.66 0 0.42 252.37 0.49 0.39
Hex 46 32 93 34 42 0 2A FC 31 27
Octal 106 62 223 64 102 0 52 374 61 47
Binary 1000110 110010 10010011 110100 1000010 0 101010 11111100 110001 100111

Color Harmonies of #463293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463293

Black with #463293

Text Example


Text Example

White with #463293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463293; }

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

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

background-color css

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

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

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

border-color css

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

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

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