Html Css Color HEX #463392 Blue Gem

📋 copy color: '#463392'

red 70 ◦ green 51 ◦ blue 146

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

Shades of Blue Gem #463392

Tints of Blue Gem #463392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 26.22%
G = 19.1%
B = 54.68%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463392 (or 0x463392) is known color: Blue Gem. HEX triplet: 46, 33 and 92. RGB value is (70,51,146). Sum of RGB (Red+Green+Blue) = 70+51+146=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #463392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463392 is #B9CC6D. Grayscale: #434343. Windows color (decimal): -12176494 or 9581382. OLE color: 9581382.

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

Color convert

RGB 70 51 146 -
CMYK 0.52 0.65 0 0.43
HSL 252º 0.48% 0.39% -
HSV(B) 252º 0.65% 0.57% -
XYZ 8.9 5.75 27.83 -
YUV 67.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 70 51 146 0.52 0.65 0 0.43 252 0.48 0.39
Hex 46 33 92 34 41 0 2B FC 30 27
Octal 106 63 222 64 101 0 53 374 60 47
Binary 1000110 110011 10010010 110100 1000001 0 101011 11111100 110000 100111

Color Harmonies of #463392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463392

Black with #463392

Text Example


Text Example

White with #463392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463392; }

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

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

background-color css

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

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

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

border-color css

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

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

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