Html Css Color HEX #463391 Blue Gem

📋 copy color: '#463391'

red 70 ◦ green 51 ◦ blue 145

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

Shades of Blue Gem #463391

Tints of Blue Gem #463391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 26.32%
G = 19.17%
B = 54.51%

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

#463391 (or 0x463391) is known color: Blue Gem. HEX triplet: 46, 33 and 91. RGB value is (70,51,145). Sum of RGB (Red+Green+Blue) = 70+51+145=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #463391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463391 is #B9CC6E. Grayscale: #434343. Windows color (decimal): -12176495 or 9515846. OLE color: 9515846.

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

Color convert

RGB 70 51 145 -
CMYK 0.52 0.65 0 0.43
HSL 252.13º 0.48% 0.38% -
HSV(B) 252.13º 0.65% 0.57% -
XYZ 8.82 5.71 27.43 -
YUV 67.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 70 51 145 0.52 0.65 0 0.43 252.13 0.48 0.38
Hex 46 33 91 34 41 0 2B FC 30 26
Octal 106 63 221 64 101 0 53 374 60 46
Binary 1000110 110011 10010001 110100 1000001 0 101011 11111100 110000 100110

Color Harmonies of #463391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463391

Black with #463391

Text Example


Text Example

White with #463391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463391; }

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

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

background-color css

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

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

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

border-color css

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

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

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