#46368D

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

Shades of Blue Gem #46368D

Tints of Blue Gem #46368D

Color information

#46368D (or 0x46368D) is unknown color: approx Blue Gem. HEX triplet: 46, 36 and 8D. RGB value is (70,54,141). Sum of RGB (Red+Green+Blue) = 70+54+141=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #46368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46368D is #B9C972. Grayscale: #444444. Windows color (decimal): -12175731 or 9254470. OLE color: 9254470.

HSL color Cylindrical-coordinate representation of color #46368D: hue angle of 251.03º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46368D is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7054141-
CMYK0.500.6200.45
HSL251.03º44.62%38.24%-
HSV(B)251.03º61.7%55.29%-
XYZ8.655.8625.88-
YUV68.7168.8128.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=26.42%
G=20.38%
B=53.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70541410.500.6200.45251.0344.6238.24
Hex46368D323E02Dfb2d26
Octal1066621562760553735546
Binary100011011011010001101110010111110010110111111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46368D; }

 p { color: rgb(70,54,141); }

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

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

 a { background-color: rgb(70,54,141); }

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

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

 span { border-color: rgb(70,54,141); }

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