Html Css Color HEX #463297 Blue Gem

📋 copy color: '#463297'

red 70 ◦ green 50 ◦ blue 151

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

Shades of Blue Gem #463297

Tints of Blue Gem #463297

RGB

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

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

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

R = 25.83%
G = 18.45%
B = 55.72%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463297 (or 0x463297) is known color: Blue Gem. HEX triplet: 46, 32 and 97. RGB value is (70,50,151). Sum of RGB (Red+Green+Blue) = 70+50+151=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #463297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463297 is #B9CD68. Grayscale: #434343. Windows color (decimal): -12176745 or 9908806. OLE color: 9908806.

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

Color convert

RGB 70 50 151 -
CMYK 0.54 0.67 0 0.41
HSL 251.88º 0.5% 0.39% -
HSV(B) 251.88º 0.67% 0.59% -
XYZ 9.25 5.82 29.91 -
YUV 67.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 70 50 151 0.54 0.67 0 0.41 251.88 0.5 0.39
Hex 46 32 97 36 43 0 29 FC 32 27
Octal 106 62 227 66 103 0 51 374 62 47
Binary 1000110 110010 10010111 110110 1000011 0 101001 11111100 110010 100111

Color Harmonies of #463297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463297

Black with #463297

Text Example


Text Example

White with #463297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463297; }

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

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

background-color css

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

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

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

border-color css

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

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

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