Html Css Color HEX #46399D Blue Gem

📋 copy color: '#46399D'

red 70 ◦ green 57 ◦ blue 157

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

Shades of Blue Gem #46399D

Tints of Blue Gem #46399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

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

R = 24.65%
G = 20.07%
B = 55.28%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46399D (or 0x46399D) is known color: Blue Gem. HEX triplet: 46, 39 and 9D. RGB value is (70,57,157). Sum of RGB (Red+Green+Blue) = 70+57+157=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #46399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46399D is #B9C662. Grayscale: #474747. Windows color (decimal): -12174947 or 10303814. OLE color: 10303814.

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

Color convert

RGB 70 57 157 -
CMYK 0.55 0.64 0 0.38
HSL 247.8º 0.47% 0.42% -
HSV(B) 247.8º 0.64% 0.62% -
XYZ 10.07 6.66 32.65 -
YUV 72.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 70 57 157 0.55 0.64 0 0.38 247.8 0.47 0.42
Hex 46 39 9D 37 40 0 26 F8 2F 2A
Octal 106 71 235 67 100 0 46 370 57 52
Binary 1000110 111001 10011101 110111 1000000 0 100110 11111000 101111 101010

Color Harmonies of #46399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46399D

Black with #46399D

Text Example


Text Example

White with #46399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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