Html Css Color HEX #46289E Blue Gem

📋 copy color: '#46289E'

red 70 ◦ green 40 ◦ blue 158

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

Shades of Blue Gem #46289E

Tints of Blue Gem #46289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 26.12%
G = 14.93%
B = 58.96%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46289E (or 0x46289E) is known color: Blue Gem. HEX triplet: 46, 28 and 9E. RGB value is (70,40,158). Sum of RGB (Red+Green+Blue) = 70+40+158=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #46289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46289E is #B9D761. Grayscale: #3D3D3D. Windows color (decimal): -12179298 or 10364998. OLE color: 10364998.

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

Color convert

RGB 70 40 158 -
CMYK 0.56 0.75 0 0.38
HSL 255.25º 0.6% 0.39% -
HSV(B) 255.25º 0.75% 0.62% -
XYZ 9.46 5.29 32.87 -
YUV 62.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 70 40 158 0.56 0.75 0 0.38 255.25 0.6 0.39
Hex 46 28 9E 38 4B 0 26 FF 3C 27
Octal 106 50 236 70 113 0 46 377 74 47
Binary 1000110 101000 10011110 111000 1001011 0 100110 11111111 111100 100111

Color Harmonies of #46289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46289E

Black with #46289E

Text Example


Text Example

White with #46289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,40,158); }

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

background-color css

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

 a { background-color: rgb(70,40,158); }

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

border-color css

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

 span { border-color: rgb(70,40,158); }

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