Html Css Color HEX #46338E Blue Gem

📋 copy color: '#46338E'

red 70 ◦ green 51 ◦ blue 142

#46338E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #46338E

Tints of Blue Gem #46338E

RGB

 RED value IS 70 (27.73% from 255) = 26.62%

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 26.62%
G = 19.39%
B = 53.99%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46338E (or 0x46338E) is known color: Blue Gem. HEX triplet: 46, 33 and 8E. RGB value is (70,51,142). Sum of RGB (Red+Green+Blue) = 70+51+142=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #46338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46338E is #B9CC71. Grayscale: #424242. Windows color (decimal): -12176498 or 9319238. OLE color: 9319238.

HSL color Cylindrical-coordinate representation of color #46338E: hue angle of 252.53º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46338E is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 51 142 -
CMYK 0.51 0.64 0 0.44
HSL 252.53º 0.47% 0.38% -
HSV(B) 252.53º 0.64% 0.56% -
XYZ 8.59 5.62 26.22 -
YUV 67.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 70 51 142 0.51 0.64 0 0.44 252.53 0.47 0.38
Hex 46 33 8E 33 40 0 2C FD 2F 26
Octal 106 63 216 63 100 0 54 375 57 46
Binary 1000110 110011 10001110 110011 1000000 0 101100 11111101 101111 100110

Color Harmonies of #46338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46338E

Black with #46338E

Text Example


Text Example

White with #46338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,51,142); }

 H1.HeaderClassName
 {
   color: #46338E;
 }
 .AnyTagClassName
 {
   color: #46338E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,51,142); }

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

border-color css

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

 span { border-color: rgb(70,51,142); }

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