Html Css Color HEX #463EA9 Blue Gem

📋 copy color: '#463EA9'

red 70 ◦ green 62 ◦ blue 169

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

Shades of Blue Gem #463EA9

Tints of Blue Gem #463EA9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

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

R = 23.26%
G = 20.6%
B = 56.15%

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

#463EA9 (or 0x463EA9) is known color: Blue Gem. HEX triplet: 46, 3E and A9. RGB value is (70,62,169). Sum of RGB (Red+Green+Blue) = 70+62+169=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #463EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463EA9 is #B9C156. Grayscale: #4C4C4C. Windows color (decimal): -12173655 or 11091526. OLE color: 11091526.

HSL color Cylindrical-coordinate representation of color #463EA9: hue angle of 244.49º 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 #463EA9 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 62 169 -
CMYK 0.59 0.63 0 0.34
HSL 244.49º 0.46% 0.45% -
HSV(B) 244.49º 0.63% 0.66% -
XYZ 11.41 7.61 38.4 -
YUV 76.59 180.15 123.3 -
System Red Green Blue C M Y K H S L
Decimal 70 62 169 0.59 0.63 0 0.34 244.49 0.46 0.45
Hex 46 3E A9 3B 3F 0 22 F4 2E 2D
Octal 106 76 251 73 77 0 42 364 56 55
Binary 1000110 111110 10101001 111011 111111 0 100010 11110100 101110 101101

Color Harmonies of #463EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463EA9

Black with #463EA9

Text Example


Text Example

White with #463EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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