Html Css Color HEX #46259F Blue Gem

📋 copy color: '#46259F'

red 70 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #46259F

Tints of Blue Gem #46259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

 BLUE value IS 159 (62.5% from 255) = 59.77%

R = 26.32%
G = 13.91%
B = 59.77%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46259F (or 0x46259F) is known color: Blue Gem. HEX triplet: 46, 25 and 9F. RGB value is (70,37,159). Sum of RGB (Red+Green+Blue) = 70+37+159=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #46259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46259F is #B9DA60. Grayscale: #3C3C3C. Windows color (decimal): -12180065 or 10429766. OLE color: 10429766.

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

Color convert

RGB 70 37 159 -
CMYK 0.56 0.77 0 0.38
HSL 256.23º 0.62% 0.38% -
HSV(B) 256.23º 0.77% 0.62% -
XYZ 9.45 5.13 33.29 -
YUV 60.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 70 37 159 0.56 0.77 0 0.38 256.23 0.62 0.38
Hex 46 25 9F 38 4D 0 26 100 3E 26
Octal 106 45 237 70 115 0 46 400 76 46
Binary 1000110 100101 10011111 111000 1001101 0 100110 100000000 111110 100110

Color Harmonies of #46259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46259F

Black with #46259F

Text Example


Text Example

White with #46259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46259F;
 }
 .AnyTagClassName
 {
   color: #46259F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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