Html Css Color HEX #463996 Blue Gem

📋 copy color: '#463996'

red 70 ◦ green 57 ◦ blue 150

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

Shades of Blue Gem #463996

Tints of Blue Gem #463996

RGB

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

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

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

R = 25.27%
G = 20.58%
B = 54.15%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#463996 (or 0x463996) is known color: Blue Gem. HEX triplet: 46, 39 and 96. RGB value is (70,57,150). Sum of RGB (Red+Green+Blue) = 70+57+150=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #463996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463996 is #B9C669. Grayscale: #474747. Windows color (decimal): -12174954 or 9845062. OLE color: 9845062.

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

Color convert

RGB 70 57 150 -
CMYK 0.53 0.62 0 0.41
HSL 248.39º 0.45% 0.41% -
HSV(B) 248.39º 0.62% 0.59% -
XYZ 9.49 6.43 29.59 -
YUV 71.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 70 57 150 0.53 0.62 0 0.41 248.39 0.45 0.41
Hex 46 39 96 35 3E 0 29 F8 2D 29
Octal 106 71 226 65 76 0 51 370 55 51
Binary 1000110 111001 10010110 110101 111110 0 101001 11111000 101101 101001

Color Harmonies of #463996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463996

Black with #463996

Text Example


Text Example

White with #463996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463996; }

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

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

background-color css

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

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

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

border-color css

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

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

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