Html Css Color HEX #46368E Blue Gem

📋 copy color: '#46368E'

red 70 ◦ green 54 ◦ blue 142

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

Shades of Blue Gem #46368E

Tints of Blue Gem #46368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

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

R = 26.32%
G = 20.3%
B = 53.38%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46368E (or 0x46368E) is known color: Blue Gem. HEX triplet: 46, 36 and 8E. RGB value is (70,54,142). Sum of RGB (Red+Green+Blue) = 70+54+142=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #46368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46368E is #B9C971. Grayscale: #444444. Windows color (decimal): -12175730 or 9320006. OLE color: 9320006.

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

Color convert

RGB 70 54 142 -
CMYK 0.51 0.62 0 0.44
HSL 250.91º 0.45% 0.38% -
HSV(B) 250.91º 0.62% 0.56% -
XYZ 8.73 5.89 26.27 -
YUV 68.82 169.3 128.84 -
System Red Green Blue C M Y K H S L
Decimal 70 54 142 0.51 0.62 0 0.44 250.91 0.45 0.38
Hex 46 36 8E 33 3E 0 2C FB 2D 26
Octal 106 66 216 63 76 0 54 373 55 46
Binary 1000110 110110 10001110 110011 111110 0 101100 11111011 101101 100110

Color Harmonies of #46368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46368E

Black with #46368E

Text Example


Text Example

White with #46368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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