Html Css Color HEX #46239D Blue Gem

📋 copy color: '#46239D'

red 70 ◦ green 35 ◦ blue 157

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

Shades of Blue Gem #46239D

Tints of Blue Gem #46239D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

 BLUE value IS 157 (61.72% from 255) = 59.92%

R = 26.72%
G = 13.36%
B = 59.92%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46239D (or 0x46239D) is known color: Blue Gem. HEX triplet: 46, 23 and 9D. RGB value is (70,35,157). Sum of RGB (Red+Green+Blue) = 70+35+157=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #46239D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46239D is #B9DC62. Grayscale: #3A3A3A. Windows color (decimal): -12180579 or 10298182. OLE color: 10298182.

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

Color convert

RGB 70 35 157 -
CMYK 0.55 0.78 0 0.38
HSL 257.21º 0.64% 0.38% -
HSV(B) 257.21º 0.78% 0.62% -
XYZ 9.21 4.94 32.37 -
YUV 59.37 183.1 135.58 -
System Red Green Blue C M Y K H S L
Decimal 70 35 157 0.55 0.78 0 0.38 257.21 0.64 0.38
Hex 46 23 9D 37 4E 0 26 101 40 26
Octal 106 43 235 67 116 0 46 401 100 46
Binary 1000110 100011 10011101 110111 1001110 0 100110 100000001 1000000 100110

Color Harmonies of #46239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46239D

Black with #46239D

Text Example


Text Example

White with #46239D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,35,157); }

 H1.HeaderClassName
 {
   color: #46239D;
 }
 .AnyTagClassName
 {
   color: #46239D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,35,157); }

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

border-color css

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

 span { border-color: rgb(70,35,157); }

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