Html Css Color HEX #46259E Blue Gem

📋 copy color: '#46259E'

red 70 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #46259E

Tints of Blue Gem #46259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 26.42%
G = 13.96%
B = 59.62%

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

#46259E (or 0x46259E) is known color: Blue Gem. HEX triplet: 46, 25 and 9E. RGB value is (70,37,158). Sum of RGB (Red+Green+Blue) = 70+37+158=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #46259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46259E is #B9DA61. Grayscale: #3C3C3C. Windows color (decimal): -12180066 or 10364230. OLE color: 10364230.

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

Color convert

RGB 70 37 158 -
CMYK 0.56 0.77 0 0.38
HSL 256.36º 0.62% 0.38% -
HSV(B) 256.36º 0.77% 0.62% -
XYZ 9.36 5.09 32.84 -
YUV 60.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 70 37 158 0.56 0.77 0 0.38 256.36 0.62 0.38
Hex 46 25 9E 38 4D 0 26 100 3E 26
Octal 106 45 236 70 115 0 46 400 76 46
Binary 1000110 100101 10011110 111000 1001101 0 100110 100000000 111110 100110

Color Harmonies of #46259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46259E

Black with #46259E

Text Example


Text Example

White with #46259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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