#463090

Color #463090 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #463090

Tints of Blue Gem #463090

Color information

#463090 (or 0x463090) is unknown color: approx Blue Gem. HEX triplet: 46, 30 and 90. RGB value is (70,48,144). Sum of RGB (Red+Green+Blue) = 70+48+144=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #463090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463090 is #B9CF6F. Grayscale: #414141. Windows color (decimal): -12177264 or 9449542. OLE color: 9449542.

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

Color convert

RGB7048144-
CMYK0.510.6700.44
HSL253.75º50%37.65%-
HSV(B)253.75º66.67%56.47%-
XYZ8.625.4326.98-
YUV65.52172.29131.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=26.72%
G=18.32%
B=54.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70481440.510.6700.44253.755037.65
Hex463090334302Cfe3226
Octal10660220631030543766246
Binary1000110110000100100001100111000011010110011111110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463090; }

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

 H1.HeaderClassName
 {
   color: #463090;
 }
 .AnyTagClassName
 {
   color: #463090;
 }
</style>
background-color css

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

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

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

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

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

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