Html Css Color HEX #491E68 Blue Diamond

📋 copy color: '#491E68'

red 73 ◦ green 30 ◦ blue 104

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

Shades of Blue Diamond #491E68

Tints of Blue Diamond #491E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 35.27%
G = 14.49%
B = 50.24%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491E68 (or 0x491E68) is known color: Blue Diamond. HEX triplet: 49, 1E and 68. RGB value is (73,30,104). Sum of RGB (Red+Green+Blue) = 73+30+104=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #491E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E68 is #B6E197. Grayscale: #333333. Windows color (decimal): -11985304 or 6823497. OLE color: 6823497.

HSL color Cylindrical-coordinate representation of color #491E68: hue angle of 274.86º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491E68 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 30 104 -
CMYK 0.30 0.71 0 0.59
HSL 274.86º 0.55% 0.26% -
HSV(B) 274.86º 0.71% 0.41% -
XYZ 5.71 3.34 13.44 -
YUV 51.29 157.75 143.48 -
System Red Green Blue C M Y K H S L
Decimal 73 30 104 0.30 0.71 0 0.59 274.86 0.55 0.26
Hex 49 1E 68 1E 47 0 3B 113 37 1A
Octal 111 36 150 36 107 0 73 423 67 32
Binary 1001001 11110 1101000 11110 1000111 0 111011 100010011 110111 11010

Color Harmonies of #491E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E68

Black with #491E68

Text Example


Text Example

White with #491E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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