Html Css Color HEX #46308F Blue Gem

📋 copy color: '#46308F'

red 70 ◦ green 48 ◦ blue 143

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

Shades of Blue Gem #46308F

Tints of Blue Gem #46308F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.79%

R = 26.82%
G = 18.39%
B = 54.79%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46308F (or 0x46308F) is known color: Blue Gem. HEX triplet: 46, 30 and 8F. RGB value is (70,48,143). Sum of RGB (Red+Green+Blue) = 70+48+143=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #46308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46308F is #B9CF70. Grayscale: #414141. Windows color (decimal): -12177265 or 9384006. OLE color: 9384006.

HSL color Cylindrical-coordinate representation of color #46308F: hue angle of 253.89º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46308F is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 48 143 -
CMYK 0.51 0.66 0 0.44
HSL 253.89º 0.5% 0.37% -
HSV(B) 253.89º 0.66% 0.56% -
XYZ 8.54 5.4 26.58 -
YUV 65.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 70 48 143 0.51 0.66 0 0.44 253.89 0.5 0.37
Hex 46 30 8F 33 42 0 2C FE 32 25
Octal 106 60 217 63 102 0 54 376 62 45
Binary 1000110 110000 10001111 110011 1000010 0 101100 11111110 110010 100101

Color Harmonies of #46308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46308F

Black with #46308F

Text Example


Text Example

White with #46308F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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