Html Css Color HEX #491C9F Blue Gem

📋 copy color: '#491C9F'

red 73 ◦ green 28 ◦ blue 159

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

Shades of Blue Gem #491C9F

Tints of Blue Gem #491C9F

RGB

 RED value IS 73 (28.91% from 255) = 28.08%

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 159 (62.5% from 255) = 61.15%

R = 28.08%
G = 10.77%
B = 61.15%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#491C9F (or 0x491C9F) is known color: Blue Gem. HEX triplet: 49, 1C and 9F. RGB value is (73,28,159). Sum of RGB (Red+Green+Blue) = 73+28+159=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #491C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491C9F is #B6E360. Grayscale: #373737. Windows color (decimal): -11985761 or 10427465. OLE color: 10427465.

HSL color Cylindrical-coordinate representation of color #491C9F: hue angle of 260.61º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491C9F is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 28 159 -
CMYK 0.54 0.82 0 0.38
HSL 260.61º 0.7% 0.37% -
HSV(B) 260.61º 0.82% 0.62% -
XYZ 9.42 4.75 33.22 -
YUV 56.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 73 28 159 0.54 0.82 0 0.38 260.61 0.7 0.37
Hex 49 1C 9F 36 52 0 26 105 46 25
Octal 111 34 237 66 122 0 46 405 106 45
Binary 1001001 11100 10011111 110110 1010010 0 100110 100000101 1000110 100101

Color Harmonies of #491C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491C9F

Black with #491C9F

Text Example


Text Example

White with #491C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491C9F; }

 p { color: rgb(73,28,159); }

 H1.HeaderClassName
 {
   color: #491C9F;
 }
 .AnyTagClassName
 {
   color: #491C9F;
 }
</style>

background-color css

<style>
 a { background-color: #491C9F; }

 a { background-color: rgb(73,28,159); }

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

border-color css

<style>
 span { border-color: #491C9F; }

 span { border-color: rgb(73,28,159); }

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