Html Css Color HEX #463390 Blue Gem

📋 copy color: '#463390'

red 70 ◦ green 51 ◦ blue 144

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

Shades of Blue Gem #463390

Tints of Blue Gem #463390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.34%

R = 26.42%
G = 19.25%
B = 54.34%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#463390 (or 0x463390) is known color: Blue Gem. HEX triplet: 46, 33 and 90. RGB value is (70,51,144). Sum of RGB (Red+Green+Blue) = 70+51+144=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #463390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463390 is #B9CC6F. Grayscale: #424242. Windows color (decimal): -12176496 or 9450310. OLE color: 9450310.

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

Color convert

RGB 70 51 144 -
CMYK 0.51 0.65 0 0.44
HSL 252.26º 0.48% 0.38% -
HSV(B) 252.26º 0.65% 0.56% -
XYZ 8.74 5.68 27.02 -
YUV 67.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 70 51 144 0.51 0.65 0 0.44 252.26 0.48 0.38
Hex 46 33 90 33 41 0 2C FC 30 26
Octal 106 63 220 63 101 0 54 374 60 46
Binary 1000110 110011 10010000 110011 1000001 0 101100 11111100 110000 100110

Color Harmonies of #463390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463390

Black with #463390

Text Example


Text Example

White with #463390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463390; }

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

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

background-color css

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

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

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

border-color css

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

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

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