Html Css Color HEX #463792 Blue Gem

📋 copy color: '#463792'

red 70 ◦ green 55 ◦ blue 146

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

Shades of Blue Gem #463792

Tints of Blue Gem #463792

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 25.83%
G = 20.3%
B = 53.87%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463792 (or 0x463792) is known color: Blue Gem. HEX triplet: 46, 37 and 92. RGB value is (70,55,146). Sum of RGB (Red+Green+Blue) = 70+55+146=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #463792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463792 is #B9C86D. Grayscale: #454545. Windows color (decimal): -12175470 or 9582406. OLE color: 9582406.

HSL color Cylindrical-coordinate representation of color #463792: hue angle of 249.89º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #463792 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 55 146 -
CMYK 0.52 0.62 0 0.43
HSL 249.89º 0.45% 0.39% -
HSV(B) 249.89º 0.62% 0.57% -
XYZ 9.08 6.11 27.89 -
YUV 69.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 70 55 146 0.52 0.62 0 0.43 249.89 0.45 0.39
Hex 46 37 92 34 3E 0 2B FA 2D 27
Octal 106 67 222 64 76 0 53 372 55 47
Binary 1000110 110111 10010010 110100 111110 0 101011 11111010 101101 100111

Color Harmonies of #463792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463792

Black with #463792

Text Example


Text Example

White with #463792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463792; }

 p { color: rgb(70,55,146); }

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

background-color css

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

 a { background-color: rgb(70,55,146); }

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

border-color css

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

 span { border-color: rgb(70,55,146); }

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