Html Css Color HEX #46369A Blue Gem

📋 copy color: '#46369A'

red 70 ◦ green 54 ◦ blue 154

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

Shades of Blue Gem #46369A

Tints of Blue Gem #46369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 25.18%
G = 19.42%
B = 55.4%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#46369A (or 0x46369A) is known color: Blue Gem. HEX triplet: 46, 36 and 9A. RGB value is (70,54,154). Sum of RGB (Red+Green+Blue) = 70+54+154=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #46369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46369A is #B9C965. Grayscale: #454545. Windows color (decimal): -12175718 or 10106438. OLE color: 10106438.

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

Color convert

RGB 70 54 154 -
CMYK 0.55 0.65 0 0.40
HSL 249.6º 0.48% 0.41% -
HSV(B) 249.6º 0.65% 0.6% -
XYZ 9.68 6.27 31.27 -
YUV 70.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 70 54 154 0.55 0.65 0 0.40 249.6 0.48 0.41
Hex 46 36 9A 37 41 0 28 FA 30 29
Octal 106 66 232 67 101 0 50 372 60 51
Binary 1000110 110110 10011010 110111 1000001 0 101000 11111010 110000 101001

Color Harmonies of #46369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46369A

Black with #46369A

Text Example


Text Example

White with #46369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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