Html Css Color HEX #463992 Blue Gem

📋 copy color: '#463992'

red 70 ◦ green 57 ◦ blue 146

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

Shades of Blue Gem #463992

Tints of Blue Gem #463992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.88%

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

R = 25.64%
G = 20.88%
B = 53.48%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#463992 (or 0x463992) is known color: Blue Gem. HEX triplet: 46, 39 and 92. RGB value is (70,57,146). Sum of RGB (Red+Green+Blue) = 70+57+146=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #463992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463992 is #B9C66D. Grayscale: #464646. Windows color (decimal): -12174958 or 9582918. OLE color: 9582918.

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

Color convert

RGB 70 57 146 -
CMYK 0.52 0.61 0 0.43
HSL 248.76º 0.44% 0.4% -
HSV(B) 248.76º 0.61% 0.57% -
XYZ 9.18 6.3 27.93 -
YUV 71.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 70 57 146 0.52 0.61 0 0.43 248.76 0.44 0.4
Hex 46 39 92 34 3D 0 2B F9 2C 28
Octal 106 71 222 64 75 0 53 371 54 50
Binary 1000110 111001 10010010 110100 111101 0 101011 11111001 101100 101000

Color Harmonies of #463992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463992

Black with #463992

Text Example


Text Example

White with #463992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463992; }

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

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

background-color css

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

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

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

border-color css

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

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

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