Html Css Color HEX #463291 Blue Gem

📋 copy color: '#463291'

red 70 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #463291

Tints of Blue Gem #463291

RGB

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

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

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

R = 26.42%
G = 18.87%
B = 54.72%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463291 (or 0x463291) is known color: Blue Gem. HEX triplet: 46, 32 and 91. RGB value is (70,50,145). Sum of RGB (Red+Green+Blue) = 70+50+145=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #463291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463291 is #B9CD6E. Grayscale: #424242. Windows color (decimal): -12176751 or 9515590. OLE color: 9515590.

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

Color convert

RGB 70 50 145 -
CMYK 0.52 0.66 0 0.43
HSL 252.63º 0.49% 0.38% -
HSV(B) 252.63º 0.66% 0.57% -
XYZ 8.78 5.63 27.41 -
YUV 66.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 70 50 145 0.52 0.66 0 0.43 252.63 0.49 0.38
Hex 46 32 91 34 42 0 2B FD 31 26
Octal 106 62 221 64 102 0 53 375 61 46
Binary 1000110 110010 10010001 110100 1000010 0 101011 11111101 110001 100110

Color Harmonies of #463291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463291

Black with #463291

Text Example


Text Example

White with #463291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463291; }

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

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

background-color css

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

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

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

border-color css

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

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

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