Html Css Color HEX #46349D Blue Gem

📋 copy color: '#46349D'

red 70 ◦ green 52 ◦ blue 157

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

Shades of Blue Gem #46349D

Tints of Blue Gem #46349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 25.09%
G = 18.64%
B = 56.27%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46349D (or 0x46349D) is known color: Blue Gem. HEX triplet: 46, 34 and 9D. RGB value is (70,52,157). Sum of RGB (Red+Green+Blue) = 70+52+157=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #46349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46349D is #B9CB62. Grayscale: #444444. Windows color (decimal): -12176227 or 10302534. OLE color: 10302534.

HSL color Cylindrical-coordinate representation of color #46349D: hue angle of 250.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46349D is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 52 157 -
CMYK 0.55 0.67 0 0.38
HSL 250.29º 0.5% 0.41% -
HSV(B) 250.29º 0.67% 0.62% -
XYZ 9.84 6.19 32.57 -
YUV 69.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 70 52 157 0.55 0.67 0 0.38 250.29 0.5 0.41
Hex 46 34 9D 37 43 0 26 FA 32 29
Octal 106 64 235 67 103 0 46 372 62 51
Binary 1000110 110100 10011101 110111 1000011 0 100110 11111010 110010 101001

Color Harmonies of #46349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46349D

Black with #46349D

Text Example


Text Example

White with #46349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46349D; }

 p { color: rgb(70,52,157); }

 H1.HeaderClassName
 {
   color: #46349D;
 }
 .AnyTagClassName
 {
   color: #46349D;
 }
</style>

background-color css

<style>
 a { background-color: #46349D; }

 a { background-color: rgb(70,52,157); }

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

border-color css

<style>
 span { border-color: #46349D; }

 span { border-color: rgb(70,52,157); }

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