#462694

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

Shades of Blue Gem #462694

Tints of Blue Gem #462694

Color information

#462694 (or 0x462694) is unknown color: approx Blue Gem. HEX triplet: 46, 26 and 94. RGB value is (70,38,148). Sum of RGB (Red+Green+Blue) = 70+38+148=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #462694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462694 is #B9D96B. Grayscale: #3B3B3B. Windows color (decimal): -12179820 or 9709126. OLE color: 9709126.

HSL color Cylindrical-coordinate representation of color #462694: hue angle of 257.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #462694 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7038148-
CMYK0.530.7400.42
HSL257.45º59.14%36.47%-
HSV(B)257.45º74.32%58.04%-
XYZ8.564.8328.5-
YUV60.11177.6135.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=27.34%
G=14.84%
B=57.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70381480.530.7400.42257.4559.1436.47
Hex462694354A02A1013b24
Octal10646224651120524017344
Binary10001101001101001010011010110010100101010100000001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462694; }

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

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

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

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

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

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

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

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