Html Css Color HEX #463396 Blue Gem

📋 copy color: '#463396'

red 70 ◦ green 51 ◦ blue 150

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

Shades of Blue Gem #463396

Tints of Blue Gem #463396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 25.83%
G = 18.82%
B = 55.35%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463396 (or 0x463396) is known color: Blue Gem. HEX triplet: 46, 33 and 96. RGB value is (70,51,150). Sum of RGB (Red+Green+Blue) = 70+51+150=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #463396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463396 is #B9CC69. Grayscale: #434343. Windows color (decimal): -12176490 or 9843526. OLE color: 9843526.

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

Color convert

RGB 70 51 150 -
CMYK 0.53 0.66 0 0.41
HSL 251.52º 0.49% 0.39% -
HSV(B) 251.52º 0.66% 0.59% -
XYZ 9.21 5.87 29.5 -
YUV 67.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 70 51 150 0.53 0.66 0 0.41 251.52 0.49 0.39
Hex 46 33 96 35 42 0 29 FC 31 27
Octal 106 63 226 65 102 0 51 374 61 47
Binary 1000110 110011 10010110 110101 1000010 0 101001 11111100 110001 100111

Color Harmonies of #463396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463396

Black with #463396

Text Example


Text Example

White with #463396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463396; }

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

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

background-color css

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

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

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

border-color css

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

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

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