Html Css Color HEX #46289B Blue Gem

📋 copy color: '#46289B'

red 70 ◦ green 40 ◦ blue 155

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

Shades of Blue Gem #46289B

Tints of Blue Gem #46289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 26.42%
G = 15.09%
B = 58.49%

CMYK

 C value IS 0.55

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46289B (or 0x46289B) is known color: Blue Gem. HEX triplet: 46, 28 and 9B. RGB value is (70,40,155). Sum of RGB (Red+Green+Blue) = 70+40+155=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #46289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46289B is #B9D764. Grayscale: #3D3D3D. Windows color (decimal): -12179301 or 10168390. OLE color: 10168390.

HSL color Cylindrical-coordinate representation of color #46289B: hue angle of 255.65º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46289B is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 40 155 -
CMYK 0.55 0.74 0 0.39
HSL 255.65º 0.59% 0.38% -
HSV(B) 255.65º 0.74% 0.61% -
XYZ 9.2 5.19 31.53 -
YUV 62.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 70 40 155 0.55 0.74 0 0.39 255.65 0.59 0.38
Hex 46 28 9B 37 4A 0 27 100 3B 26
Octal 106 50 233 67 112 0 47 400 73 46
Binary 1000110 101000 10011011 110111 1001010 0 100111 100000000 111011 100110

Color Harmonies of #46289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46289B

Black with #46289B

Text Example


Text Example

White with #46289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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