Html Css Color HEX #46279D Blue Gem

📋 copy color: '#46279D'

red 70 ◦ green 39 ◦ blue 157

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

Shades of Blue Gem #46279D

Tints of Blue Gem #46279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 157 (61.72% from 255) = 59.02%

R = 26.32%
G = 14.66%
B = 59.02%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46279D (or 0x46279D) is known color: Blue Gem. HEX triplet: 46, 27 and 9D. RGB value is (70,39,157). Sum of RGB (Red+Green+Blue) = 70+39+157=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #46279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46279D is #B9D862. Grayscale: #3D3D3D. Windows color (decimal): -12179555 or 10299206. OLE color: 10299206.

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

Color convert

RGB 70 39 157 -
CMYK 0.55 0.75 0 0.38
HSL 255.76º 0.6% 0.38% -
HSV(B) 255.76º 0.75% 0.62% -
XYZ 9.34 5.19 32.41 -
YUV 61.72 181.77 133.91 -
System Red Green Blue C M Y K H S L
Decimal 70 39 157 0.55 0.75 0 0.38 255.76 0.6 0.38
Hex 46 27 9D 37 4B 0 26 100 3C 26
Octal 106 47 235 67 113 0 46 400 74 46
Binary 1000110 100111 10011101 110111 1001011 0 100110 100000000 111100 100110

Color Harmonies of #46279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46279D

Black with #46279D

Text Example


Text Example

White with #46279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,39,157); }

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

background-color css

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

 a { background-color: rgb(70,39,157); }

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

border-color css

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

 span { border-color: rgb(70,39,157); }

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