Html Css Color HEX #463490 Blue Gem

📋 copy color: '#463490'

red 70 ◦ green 52 ◦ blue 144

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

Shades of Blue Gem #463490

Tints of Blue Gem #463490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 144 (56.64% from 255) = 54.14%

R = 26.32%
G = 19.55%
B = 54.14%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#463490 (or 0x463490) is known color: Blue Gem. HEX triplet: 46, 34 and 90. RGB value is (70,52,144). Sum of RGB (Red+Green+Blue) = 70+52+144=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #463490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463490 is #B9CB6F. Grayscale: #434343. Windows color (decimal): -12176240 or 9450566. OLE color: 9450566.

HSL color Cylindrical-coordinate representation of color #463490: hue angle of 251.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463490 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 52 144 -
CMYK 0.51 0.64 0 0.44
HSL 251.74º 0.47% 0.38% -
HSV(B) 251.74º 0.64% 0.56% -
XYZ 8.79 5.77 27.04 -
YUV 67.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 70 52 144 0.51 0.64 0 0.44 251.74 0.47 0.38
Hex 46 34 90 33 40 0 2C FC 2F 26
Octal 106 64 220 63 100 0 54 374 57 46
Binary 1000110 110100 10010000 110011 1000000 0 101100 11111100 101111 100110

Color Harmonies of #463490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463490

Black with #463490

Text Example


Text Example

White with #463490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463490; }

 p { color: rgb(70,52,144); }

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

background-color css

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

 a { background-color: rgb(70,52,144); }

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

border-color css

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

 span { border-color: rgb(70,52,144); }

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