#46429E

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

Shades of Blue Gem #46429E

Tints of Blue Gem #46429E

Color information

#46429E (or 0x46429E) is unknown color: approx Blue Gem. HEX triplet: 46, 42 and 9E. RGB value is (70,66,158). Sum of RGB (Red+Green+Blue) = 70+66+158=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #46429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46429E is #B9BD61. Grayscale: #4D4D4D. Windows color (decimal): -12172642 or 10371654. OLE color: 10371654.

HSL color Cylindrical-coordinate representation of color #46429E: hue angle of 242.61º 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 #46429E is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7066158-
CMYK0.560.5800.38
HSL242.61º41.07%43.92%-
HSV(B)242.61º58.23%61.96%-
XYZ10.657.6733.27-
YUV77.68173.33122.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=23.81%
G=22.45%
B=53.74%

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
Decimal70661580.560.5800.38242.6141.0743.92
Hex46429E383A026f3292c
Octal10610223670720463635154
Binary1000110100001010011110111000111010010011011110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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