#46429F

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

Shades of Blue Gem #46429F

Tints of Blue Gem #46429F

Color information

#46429F (or 0x46429F) is unknown color: approx Blue Gem. HEX triplet: 46, 42 and 9F. RGB value is (70,66,159). Sum of RGB (Red+Green+Blue) = 70+66+159=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #46429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429F is #B9BD60. Grayscale: #4D4D4D. Windows color (decimal): -12172641 or 10437190. OLE color: 10437190.

HSL color Cylindrical-coordinate representation of color #46429F: hue angle of 242.58º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46429F is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7066159-
CMYK0.560.5800.38
HSL242.58º41.33%44.12%-
HSV(B)242.58º58.49%62.35%-
XYZ10.737.733.72-
YUV77.8173.83122.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 159 (62.5% from 255) = 53.90%
R=23.73%
G=22.37%
B=53.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70661590.560.5800.38242.5841.3344.12
Hex46429F383A026f3292c
Octal10610223770720463635154
Binary1000110100001010011111111000111010010011011110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46429F; }

 p { color: rgb(70,66,159); }

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

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

 a { background-color: rgb(70,66,159); }

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

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

 span { border-color: rgb(70,66,159); }

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