Html Css Color HEX #463FA9 Blue Gem

📋 copy color: '#463FA9'

red 70 ◦ green 63 ◦ blue 169

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

Shades of Blue Gem #463FA9

Tints of Blue Gem #463FA9

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

 BLUE value IS 169 (66.41% from 255) = 55.96%

R = 23.18%
G = 20.86%
B = 55.96%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#463FA9 (or 0x463FA9) is known color: Blue Gem. HEX triplet: 46, 3F and A9. RGB value is (70,63,169). Sum of RGB (Red+Green+Blue) = 70+63+169=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 169 (66.41% from 255 or 55.96% from 302); Max value from RGB is 169 - color contains mainly: blue. Hex color #463FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FA9 is #B9C056. Grayscale: #4C4C4C. Windows color (decimal): -12173399 or 11091782. OLE color: 11091782.

HSL color Cylindrical-coordinate representation of color #463FA9: hue angle of 243.96º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463FA9 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 63 169 -
CMYK 0.59 0.63 0 0.34
HSL 243.96º 0.46% 0.45% -
HSV(B) 243.96º 0.63% 0.66% -
XYZ 11.46 7.72 38.42 -
YUV 77.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 70 63 169 0.59 0.63 0 0.34 243.96 0.46 0.45
Hex 46 3F A9 3B 3F 0 22 F4 2E 2D
Octal 106 77 251 73 77 0 42 364 56 55
Binary 1000110 111111 10101001 111011 111111 0 100010 11110100 101110 101101

Color Harmonies of #463FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463FA9

Black with #463FA9

Text Example


Text Example

White with #463FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463FA9; }

 p { color: rgb(70,63,169); }

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

background-color css

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

 a { background-color: rgb(70,63,169); }

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

border-color css

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

 span { border-color: rgb(70,63,169); }

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