Html Css Color HEX #463790 Blue Gem

📋 copy color: '#463790'

red 70 ◦ green 55 ◦ blue 144

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

Shades of Blue Gem #463790

Tints of Blue Gem #463790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 26.02%
G = 20.45%
B = 53.53%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#463790 (or 0x463790) is known color: Blue Gem. HEX triplet: 46, 37 and 90. RGB value is (70,55,144). Sum of RGB (Red+Green+Blue) = 70+55+144=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #463790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463790 is #B9C86F. Grayscale: #454545. Windows color (decimal): -12175472 or 9451334. OLE color: 9451334.

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

Color convert

RGB 70 55 144 -
CMYK 0.51 0.62 0 0.44
HSL 250.11º 0.45% 0.39% -
HSV(B) 250.11º 0.62% 0.56% -
XYZ 8.93 6.05 27.08 -
YUV 69.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 70 55 144 0.51 0.62 0 0.44 250.11 0.45 0.39
Hex 46 37 90 33 3E 0 2C FA 2D 27
Octal 106 67 220 63 76 0 54 372 55 47
Binary 1000110 110111 10010000 110011 111110 0 101100 11111010 101101 100111

Color Harmonies of #463790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463790

Black with #463790

Text Example


Text Example

White with #463790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463790; }

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

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

background-color css

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

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

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

border-color css

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

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

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