Html Css Color HEX #46348B Blue Gem

📋 copy color: '#46348B'

red 70 ◦ green 52 ◦ blue 139

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

Shades of Blue Gem #46348B

Tints of Blue Gem #46348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 26.82%
G = 19.92%
B = 53.26%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46348B (or 0x46348B) is known color: Blue Gem. HEX triplet: 46, 34 and 8B. RGB value is (70,52,139). Sum of RGB (Red+Green+Blue) = 70+52+139=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #46348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46348B is #B9CB74. Grayscale: #424242. Windows color (decimal): -12176245 or 9122886. OLE color: 9122886.

HSL color Cylindrical-coordinate representation of color #46348B: hue angle of 252.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46348B is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 52 139 -
CMYK 0.50 0.63 0 0.45
HSL 252.41º 0.46% 0.37% -
HSV(B) 252.41º 0.63% 0.55% -
XYZ 8.41 5.62 25.07 -
YUV 67.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 70 52 139 0.50 0.63 0 0.45 252.41 0.46 0.37
Hex 46 34 8B 32 3F 0 2D FC 2E 25
Octal 106 64 213 62 77 0 55 374 56 45
Binary 1000110 110100 10001011 110010 111111 0 101101 11111100 101110 100101

Color Harmonies of #46348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46348B

Black with #46348B

Text Example


Text Example

White with #46348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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