Html Css Color HEX #46369F Blue Gem

📋 copy color: '#46369F'

red 70 ◦ green 54 ◦ blue 159

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

Shades of Blue Gem #46369F

Tints of Blue Gem #46369F

RGB

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

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

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

R = 24.73%
G = 19.08%
B = 56.18%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46369F (or 0x46369F) is known color: Blue Gem. HEX triplet: 46, 36 and 9F. RGB value is (70,54,159). Sum of RGB (Red+Green+Blue) = 70+54+159=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #46369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46369F is #B9C960. Grayscale: #464646. Windows color (decimal): -12175713 or 10434118. OLE color: 10434118.

HSL color Cylindrical-coordinate representation of color #46369F: hue angle of 249.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46369F is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 54 159 -
CMYK 0.56 0.66 0 0.38
HSL 249.14º 0.49% 0.42% -
HSV(B) 249.14º 0.66% 0.62% -
XYZ 10.1 6.44 33.51 -
YUV 70.75 177.8 127.46 -
System Red Green Blue C M Y K H S L
Decimal 70 54 159 0.56 0.66 0 0.38 249.14 0.49 0.42
Hex 46 36 9F 38 42 0 26 F9 31 2A
Octal 106 66 237 70 102 0 46 371 61 52
Binary 1000110 110110 10011111 111000 1000010 0 100110 11111001 110001 101010

Color Harmonies of #46369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46369F

Black with #46369F

Text Example


Text Example

White with #46369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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