Html Css Color HEX #491B76 Blue Diamond

📋 copy color: '#491B76'

red 73 ◦ green 27 ◦ blue 118

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

Shades of Blue Diamond #491B76

Tints of Blue Diamond #491B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

 BLUE value IS 118 (46.48% from 255) = 54.13%

R = 33.49%
G = 12.39%
B = 54.13%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491B76 (or 0x491B76) is known color: Blue Diamond. HEX triplet: 49, 1B and 76. RGB value is (73,27,118). Sum of RGB (Red+Green+Blue) = 73+27+118=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #491B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B76 is #B6E489. Grayscale: #323232. Windows color (decimal): -11986058 or 7740233. OLE color: 7740233.

HSL color Cylindrical-coordinate representation of color #491B76: hue angle of 270.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491B76 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 27 118 -
CMYK 0.38 0.77 0 0.54
HSL 270.33º 0.63% 0.28% -
HSV(B) 270.33º 0.77% 0.46% -
XYZ 6.41 3.51 17.48 -
YUV 51.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 73 27 118 0.38 0.77 0 0.54 270.33 0.63 0.28
Hex 49 1B 76 26 4D 0 36 10E 3F 1C
Octal 111 33 166 46 115 0 66 416 77 34
Binary 1001001 11011 1110110 100110 1001101 0 110110 100001110 111111 11100

Color Harmonies of #491B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491B76

Black with #491B76

Text Example


Text Example

White with #491B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,27,118); }

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

background-color css

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

 a { background-color: rgb(73,27,118); }

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

border-color css

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

 span { border-color: rgb(73,27,118); }

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