Html Css Color HEX #463892 Blue Gem

📋 copy color: '#463892'

red 70 ◦ green 56 ◦ blue 146

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

Shades of Blue Gem #463892

Tints of Blue Gem #463892

RGB

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

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

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

R = 25.74%
G = 20.59%
B = 53.68%

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

#463892 (or 0x463892) is known color: Blue Gem. HEX triplet: 46, 38 and 92. RGB value is (70,56,146). Sum of RGB (Red+Green+Blue) = 70+56+146=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #463892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463892 is #B9C76D. Grayscale: #464646. Windows color (decimal): -12175214 or 9582662. OLE color: 9582662.

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

Color convert

RGB 70 56 146 -
CMYK 0.52 0.62 0 0.43
HSL 249.33º 0.45% 0.4% -
HSV(B) 249.33º 0.62% 0.57% -
XYZ 9.13 6.21 27.91 -
YUV 70.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 70 56 146 0.52 0.62 0 0.43 249.33 0.45 0.4
Hex 46 38 92 34 3E 0 2B F9 2D 28
Octal 106 70 222 64 76 0 53 371 55 50
Binary 1000110 111000 10010010 110100 111110 0 101011 11111001 101101 101000

Color Harmonies of #463892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463892

Black with #463892

Text Example


Text Example

White with #463892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463892; }

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

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

background-color css

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

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

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

border-color css

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

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

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