#462294

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

Shades of Blue Gem #462294

Tints of Blue Gem #462294

Color information

#462294 (or 0x462294) is unknown color: approx Blue Gem. HEX triplet: 46, 22 and 94. RGB value is (70,34,148). Sum of RGB (Red+Green+Blue) = 70+34+148=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #462294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462294 is #B9DD6B. Grayscale: #393939. Windows color (decimal): -12180844 or 9708102. OLE color: 9708102.

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

Color convert

RGB7034148-
CMYK0.530.7700.42
HSL258.95º62.64%35.69%-
HSV(B)258.95º77.03%58.04%-
XYZ8.444.5828.46-
YUV57.76178.93136.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=27.78%
G=13.49%
B=58.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70341480.530.7700.42258.9562.6435.69
Hex462294354D02A1033f24
Octal10642224651150524037744
Binary10001101000101001010011010110011010101010100000011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462294; }

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

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

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

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

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

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

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

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