Html Css Color HEX #46249F Blue Gem

📋 copy color: '#46249F'

red 70 ◦ green 36 ◦ blue 159

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

Shades of Blue Gem #46249F

Tints of Blue Gem #46249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 26.42%
G = 13.58%
B = 60%

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

#46249F (or 0x46249F) is known color: Blue Gem. HEX triplet: 46, 24 and 9F. RGB value is (70,36,159). Sum of RGB (Red+Green+Blue) = 70+36+159=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #46249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46249F is #B9DB60. Grayscale: #3B3B3B. Windows color (decimal): -12180321 or 10429510. OLE color: 10429510.

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

Color convert

RGB 70 36 159 -
CMYK 0.56 0.77 0 0.38
HSL 256.59º 0.63% 0.38% -
HSV(B) 256.59º 0.77% 0.62% -
XYZ 9.41 5.07 33.28 -
YUV 60.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 70 36 159 0.56 0.77 0 0.38 256.59 0.63 0.38
Hex 46 24 9F 38 4D 0 26 101 3F 26
Octal 106 44 237 70 115 0 46 401 77 46
Binary 1000110 100100 10011111 111000 1001101 0 100110 100000001 111111 100110

Color Harmonies of #46249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46249F

Black with #46249F

Text Example


Text Example

White with #46249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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