Html Css Color HEX #463197 Blue Gem

📋 copy color: '#463197'

red 70 ◦ green 49 ◦ blue 151

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

Shades of Blue Gem #463197

Tints of Blue Gem #463197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 25.93%
G = 18.15%
B = 55.93%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463197 (or 0x463197) is known color: Blue Gem. HEX triplet: 46, 31 and 97. RGB value is (70,49,151). Sum of RGB (Red+Green+Blue) = 70+49+151=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #463197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463197 is #B9CE68. Grayscale: #424242. Windows color (decimal): -12177001 or 9908550. OLE color: 9908550.

HSL color Cylindrical-coordinate representation of color #463197: hue angle of 252.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #463197 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 49 151 -
CMYK 0.54 0.68 0 0.41
HSL 252.35º 0.51% 0.39% -
HSV(B) 252.35º 0.68% 0.59% -
XYZ 9.21 5.73 29.9 -
YUV 66.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 70 49 151 0.54 0.68 0 0.41 252.35 0.51 0.39
Hex 46 31 97 36 44 0 29 FC 33 27
Octal 106 61 227 66 104 0 51 374 63 47
Binary 1000110 110001 10010111 110110 1000100 0 101001 11111100 110011 100111

Color Harmonies of #463197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463197

Black with #463197

Text Example


Text Example

White with #463197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463197; }

 p { color: rgb(70,49,151); }

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

background-color css

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

 a { background-color: rgb(70,49,151); }

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

border-color css

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

 span { border-color: rgb(70,49,151); }

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