Html Css Color HEX #463895 Blue Gem

📋 copy color: '#463895'

red 70 ◦ green 56 ◦ blue 149

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

Shades of Blue Gem #463895

Tints of Blue Gem #463895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

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

R = 25.45%
G = 20.36%
B = 54.18%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#463895 (or 0x463895) is known color: Blue Gem. HEX triplet: 46, 38 and 95. RGB value is (70,56,149). Sum of RGB (Red+Green+Blue) = 70+56+149=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #463895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463895 is #B9C76A. Grayscale: #464646. Windows color (decimal): -12175211 or 9779270. OLE color: 9779270.

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

Color convert

RGB 70 56 149 -
CMYK 0.53 0.62 0 0.42
HSL 249.03º 0.45% 0.4% -
HSV(B) 249.03º 0.62% 0.58% -
XYZ 9.36 6.3 29.16 -
YUV 70.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 70 56 149 0.53 0.62 0 0.42 249.03 0.45 0.4
Hex 46 38 95 35 3E 0 2A F9 2D 28
Octal 106 70 225 65 76 0 52 371 55 50
Binary 1000110 111000 10010101 110101 111110 0 101010 11111001 101101 101000

Color Harmonies of #463895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463895

Black with #463895

Text Example


Text Example

White with #463895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463895; }

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

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

background-color css

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

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

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

border-color css

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

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

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