Html Css Color HEX #46378D Blue Gem

📋 copy color: '#46378D'

red 70 ◦ green 55 ◦ blue 141

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

Shades of Blue Gem #46378D

Tints of Blue Gem #46378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.68%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 26.32%
G = 20.68%
B = 53.01%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46378D (or 0x46378D) is known color: Blue Gem. HEX triplet: 46, 37 and 8D. RGB value is (70,55,141). Sum of RGB (Red+Green+Blue) = 70+55+141=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #46378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46378D is #B9C872. Grayscale: #444444. Windows color (decimal): -12175475 or 9254726. OLE color: 9254726.

HSL color Cylindrical-coordinate representation of color #46378D: hue angle of 250.47º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46378D is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 55 141 -
CMYK 0.50 0.61 0 0.45
HSL 250.47º 0.44% 0.38% -
HSV(B) 250.47º 0.61% 0.55% -
XYZ 8.7 5.96 25.89 -
YUV 69.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 70 55 141 0.50 0.61 0 0.45 250.47 0.44 0.38
Hex 46 37 8D 32 3D 0 2D FA 2C 26
Octal 106 67 215 62 75 0 55 372 54 46
Binary 1000110 110111 10001101 110010 111101 0 101101 11111010 101100 100110

Color Harmonies of #46378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46378D

Black with #46378D

Text Example


Text Example

White with #46378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,55,141); }

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

background-color css

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

 a { background-color: rgb(70,55,141); }

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

border-color css

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

 span { border-color: rgb(70,55,141); }

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