Html Css Color HEX #491E6E Blue Diamond

📋 copy color: '#491E6E'

red 73 ◦ green 30 ◦ blue 110

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

Shades of Blue Diamond #491E6E

Tints of Blue Diamond #491E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 34.27%
G = 14.08%
B = 51.64%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#491E6E (or 0x491E6E) is known color: Blue Diamond. HEX triplet: 49, 1E and 6E. RGB value is (73,30,110). Sum of RGB (Red+Green+Blue) = 73+30+110=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #491E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E6E is #B6E191. Grayscale: #333333. Windows color (decimal): -11985298 or 7216713. OLE color: 7216713.

HSL color Cylindrical-coordinate representation of color #491E6E: hue angle of 272.25º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491E6E is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 30 110 -
CMYK 0.34 0.73 0 0.57
HSL 272.25º 0.57% 0.27% -
HSV(B) 272.25º 0.73% 0.43% -
XYZ 6.03 3.47 15.1 -
YUV 51.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 73 30 110 0.34 0.73 0 0.57 272.25 0.57 0.27
Hex 49 1E 6E 22 49 0 39 110 39 1B
Octal 111 36 156 42 111 0 71 420 71 33
Binary 1001001 11110 1101110 100010 1001001 0 111001 100010000 111001 11011

Color Harmonies of #491E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E6E

Black with #491E6E

Text Example


Text Example

White with #491E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,110); }

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

background-color css

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

 a { background-color: rgb(73,30,110); }

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

border-color css

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

 span { border-color: rgb(73,30,110); }

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