Html Css Color HEX #46358A Blue Gem

📋 copy color: '#46358A'

red 70 ◦ green 53 ◦ blue 138

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

Shades of Blue Gem #46358A

Tints of Blue Gem #46358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

 BLUE value IS 138 (54.3% from 255) = 52.87%

R = 26.82%
G = 20.31%
B = 52.87%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46358A (or 0x46358A) is known color: Blue Gem. HEX triplet: 46, 35 and 8A. RGB value is (70,53,138). Sum of RGB (Red+Green+Blue) = 70+53+138=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #46358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46358A is #B9CA75. Grayscale: #434343. Windows color (decimal): -12175990 or 9057606. OLE color: 9057606.

HSL color Cylindrical-coordinate representation of color #46358A: hue angle of 252º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46358A is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 53 138 -
CMYK 0.49 0.62 0 0.46
HSL 252º 0.45% 0.37% -
HSV(B) 252º 0.62% 0.54% -
XYZ 8.39 5.68 24.7 -
YUV 67.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 70 53 138 0.49 0.62 0 0.46 252 0.45 0.37
Hex 46 35 8A 31 3E 0 2E FC 2D 25
Octal 106 65 212 61 76 0 56 374 55 45
Binary 1000110 110101 10001010 110001 111110 0 101110 11111100 101101 100101

Color Harmonies of #46358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46358A

Black with #46358A

Text Example


Text Example

White with #46358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,53,138); }

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

background-color css

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

 a { background-color: rgb(70,53,138); }

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

border-color css

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

 span { border-color: rgb(70,53,138); }

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