Html Css Color HEX #463C96 Blue Gem

📋 copy color: '#463C96'

red 70 ◦ green 60 ◦ blue 150

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

Shades of Blue Gem #463C96

Tints of Blue Gem #463C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.43%

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

R = 25%
G = 21.43%
B = 53.57%

CMYK

 C value IS 0.53

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463C96 (or 0x463C96) is known color: Blue Gem. HEX triplet: 46, 3C and 96. RGB value is (70,60,150). Sum of RGB (Red+Green+Blue) = 70+60+150=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #463C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C96 is #B9C369. Grayscale: #484848. Windows color (decimal): -12174186 or 9845830. OLE color: 9845830.

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

Color convert

RGB 70 60 150 -
CMYK 0.53 0.6 0 0.41
HSL 246.67º 0.43% 0.41% -
HSV(B) 246.67º 0.6% 0.59% -
XYZ 9.65 6.74 29.65 -
YUV 73.25 171.31 125.68 -
System Red Green Blue C M Y K H S L
Decimal 70 60 150 0.53 0.6 0 0.41 246.67 0.43 0.41
Hex 46 3C 96 35 3C 0 29 F7 2B 29
Octal 106 74 226 65 74 0 51 367 53 51
Binary 1000110 111100 10010110 110101 111100 0 101001 11110111 101011 101001

Color Harmonies of #463C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C96

Black with #463C96

Text Example


Text Example

White with #463C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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