Html Css Color HEX #46378E Blue Gem

📋 copy color: '#46378E'

red 70 ◦ green 55 ◦ blue 142

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

Shades of Blue Gem #46378E

Tints of Blue Gem #46378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 26.22%
G = 20.6%
B = 53.18%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46378E (or 0x46378E) is known color: Blue Gem. HEX triplet: 46, 37 and 8E. RGB value is (70,55,142). Sum of RGB (Red+Green+Blue) = 70+55+142=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #46378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46378E is #B9C871. Grayscale: #454545. Windows color (decimal): -12175474 or 9320262. OLE color: 9320262.

HSL color Cylindrical-coordinate representation of color #46378E: hue angle of 250.34º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46378E is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 55 142 -
CMYK 0.51 0.61 0 0.44
HSL 250.34º 0.44% 0.39% -
HSV(B) 250.34º 0.61% 0.56% -
XYZ 8.77 5.99 26.28 -
YUV 69.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 70 55 142 0.51 0.61 0 0.44 250.34 0.44 0.39
Hex 46 37 8E 33 3D 0 2C FA 2C 27
Octal 106 67 216 63 75 0 54 372 54 47
Binary 1000110 110111 10001110 110011 111101 0 101100 11111010 101100 100111

Color Harmonies of #46378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46378E

Black with #46378E

Text Example


Text Example

White with #46378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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