Html Css Color HEX #463C95 Blue Gem

📋 copy color: '#463C95'

red 70 ◦ green 60 ◦ blue 149

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

Shades of Blue Gem #463C95

Tints of Blue Gem #463C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 25.09%
G = 21.51%
B = 53.41%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463C95 (or 0x463C95) is known color: Blue Gem. HEX triplet: 46, 3C and 95. RGB value is (70,60,149). Sum of RGB (Red+Green+Blue) = 70+60+149=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #463C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463C95 is #B9C36A. Grayscale: #484848. Windows color (decimal): -12174187 or 9780294. OLE color: 9780294.

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

Color convert

RGB 70 60 149 -
CMYK 0.53 0.60 0 0.42
HSL 246.74º 0.43% 0.41% -
HSV(B) 246.74º 0.6% 0.58% -
XYZ 9.57 6.7 29.22 -
YUV 73.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 70 60 149 0.53 0.60 0 0.42 246.74 0.43 0.41
Hex 46 3C 95 35 3C 0 2A F7 2B 29
Octal 106 74 225 65 74 0 52 367 53 51
Binary 1000110 111100 10010101 110101 111100 0 101010 11110111 101011 101001

Color Harmonies of #463C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463C95

Black with #463C95

Text Example


Text Example

White with #463C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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