#462699

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

Shades of Blue Gem #462699

Tints of Blue Gem #462699

Color information

#462699 (or 0x462699) is unknown color: approx Blue Gem. HEX triplet: 46, 26 and 99. RGB value is (70,38,153). Sum of RGB (Red+Green+Blue) = 70+38+153=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #462699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462699 is #B9D966. Grayscale: #3C3C3C. Windows color (decimal): -12179815 or 10036806. OLE color: 10036806.

HSL color Cylindrical-coordinate representation of color #462699: hue angle of 256.7º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #462699 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7038153-
CMYK0.540.7500.4
HSL256.7º60.21%37.45%-
HSV(B)256.7º75.16%60%-
XYZ8.974.9930.63-
YUV60.68180.1134.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=26.82%
G=14.56%
B=58.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70381530.540.7500.4256.760.2137.45
Hex462699364B0281013c25
Octal10646231661130504017445
Binary10001101001101001100111011010010110101000100000001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462699; }

 p { color: rgb(70,38,153); }

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

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

 a { background-color: rgb(70,38,153); }

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

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

 span { border-color: rgb(70,38,153); }

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