Html Css Color HEX #46369B Blue Gem

📋 copy color: '#46369B'

red 70 ◦ green 54 ◦ blue 155

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

Shades of Blue Gem #46369B

Tints of Blue Gem #46369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.56%

R = 25.09%
G = 19.35%
B = 55.56%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46369B (or 0x46369B) is known color: Blue Gem. HEX triplet: 46, 36 and 9B. RGB value is (70,54,155). Sum of RGB (Red+Green+Blue) = 70+54+155=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #46369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46369B is #B9C964. Grayscale: #454545. Windows color (decimal): -12175717 or 10171974. OLE color: 10171974.

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

Color convert

RGB 70 54 155 -
CMYK 0.55 0.65 0 0.39
HSL 249.5º 0.48% 0.41% -
HSV(B) 249.5º 0.65% 0.61% -
XYZ 9.76 6.31 31.71 -
YUV 70.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 70 54 155 0.55 0.65 0 0.39 249.5 0.48 0.41
Hex 46 36 9B 37 41 0 27 FA 30 29
Octal 106 66 233 67 101 0 47 372 60 51
Binary 1000110 110110 10011011 110111 1000001 0 100111 11111010 110000 101001

Color Harmonies of #46369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46369B

Black with #46369B

Text Example


Text Example

White with #46369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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