Html Css Color HEX #491F6F Blue Diamond

📋 copy color: '#491F6F'

red 73 ◦ green 31 ◦ blue 111

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

Shades of Blue Diamond #491F6F

Tints of Blue Diamond #491F6F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 33.95%
G = 14.42%
B = 51.63%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491F6F (or 0x491F6F) is known color: Blue Diamond. HEX triplet: 49, 1F and 6F. RGB value is (73,31,111). Sum of RGB (Red+Green+Blue) = 73+31+111=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #491F6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F6F is #B6E090. Grayscale: #343434. Windows color (decimal): -11985041 or 7282505. OLE color: 7282505.

HSL color Cylindrical-coordinate representation of color #491F6F: hue angle of 271.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #491F6F is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 31 111 -
CMYK 0.34 0.72 0 0.56
HSL 271.5º 0.56% 0.28% -
HSV(B) 271.5º 0.72% 0.44% -
XYZ 6.11 3.54 15.4 -
YUV 52.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 73 31 111 0.34 0.72 0 0.56 271.5 0.56 0.28
Hex 49 1F 6F 22 48 0 38 110 38 1C
Octal 111 37 157 42 110 0 70 420 70 34
Binary 1001001 11111 1101111 100010 1001000 0 111000 100010000 111000 11100

Color Harmonies of #491F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F6F

Black with #491F6F

Text Example


Text Example

White with #491F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,111); }

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

background-color css

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

 a { background-color: rgb(73,31,111); }

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

border-color css

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

 span { border-color: rgb(73,31,111); }

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