Html Css Color HEX #46308B Blue Gem

📋 copy color: '#46308B'

red 70 ◦ green 48 ◦ blue 139

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

Shades of Blue Gem #46308B

Tints of Blue Gem #46308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

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

R = 27.24%
G = 18.68%
B = 54.09%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46308B (or 0x46308B) is known color: Blue Gem. HEX triplet: 46, 30 and 8B. RGB value is (70,48,139). Sum of RGB (Red+Green+Blue) = 70+48+139=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #46308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46308B is #B9CF74. Grayscale: #404040. Windows color (decimal): -12177269 or 9121862. OLE color: 9121862.

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

Color convert

RGB 70 48 139 -
CMYK 0.50 0.65 0 0.45
HSL 254.51º 0.49% 0.37% -
HSV(B) 254.51º 0.65% 0.55% -
XYZ 8.24 5.28 25.01 -
YUV 64.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 70 48 139 0.50 0.65 0 0.45 254.51 0.49 0.37
Hex 46 30 8B 32 41 0 2D FF 31 25
Octal 106 60 213 62 101 0 55 377 61 45
Binary 1000110 110000 10001011 110010 1000001 0 101101 11111111 110001 100101

Color Harmonies of #46308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46308B

Black with #46308B

Text Example


Text Example

White with #46308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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