Html Css Color HEX #46299A Blue Gem

📋 copy color: '#46299A'

red 70 ◦ green 41 ◦ blue 154

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

Shades of Blue Gem #46299A

Tints of Blue Gem #46299A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 26.42%
G = 15.47%
B = 58.11%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46299A (or 0x46299A) is known color: Blue Gem. HEX triplet: 46, 29 and 9A. RGB value is (70,41,154). Sum of RGB (Red+Green+Blue) = 70+41+154=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #46299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46299A is #B9D665. Grayscale: #3E3E3E. Windows color (decimal): -12179046 or 10103110. OLE color: 10103110.

HSL color Cylindrical-coordinate representation of color #46299A: hue angle of 255.4º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46299A is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 41 154 -
CMYK 0.55 0.73 0 0.40
HSL 255.4º 0.58% 0.38% -
HSV(B) 255.4º 0.73% 0.6% -
XYZ 9.15 5.22 31.1 -
YUV 62.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 70 41 154 0.55 0.73 0 0.40 255.4 0.58 0.38
Hex 46 29 9A 37 49 0 28 FF 3A 26
Octal 106 51 232 67 111 0 50 377 72 46
Binary 1000110 101001 10011010 110111 1001001 0 101000 11111111 111010 100110

Color Harmonies of #46299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46299A

Black with #46299A

Text Example


Text Example

White with #46299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46299A; }

 p { color: rgb(70,41,154); }

 H1.HeaderClassName
 {
   color: #46299A;
 }
 .AnyTagClassName
 {
   color: #46299A;
 }
</style>

background-color css

<style>
 a { background-color: #46299A; }

 a { background-color: rgb(70,41,154); }

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

border-color css

<style>
 span { border-color: #46299A; }

 span { border-color: rgb(70,41,154); }

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