Html Css Color HEX #491669 Blue Diamond

📋 copy color: '#491669'

red 73 ◦ green 22 ◦ blue 105

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

Shades of Blue Diamond #491669

Tints of Blue Diamond #491669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 36.5%
G = 11%
B = 52.5%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491669 (or 0x491669) is known color: Blue Diamond. HEX triplet: 49, 16 and 69. RGB value is (73,22,105). Sum of RGB (Red+Green+Blue) = 73+22+105=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #491669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491669 is #B6E996. Grayscale: #2E2E2E. Windows color (decimal): -11987351 or 6886985. OLE color: 6886985.

HSL color Cylindrical-coordinate representation of color #491669: hue angle of 276.87º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491669 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 22 105 -
CMYK 0.30 0.79 0 0.59
HSL 276.87º 0.65% 0.25% -
HSV(B) 276.87º 0.79% 0.41% -
XYZ 5.58 3.01 13.65 -
YUV 46.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 73 22 105 0.30 0.79 0 0.59 276.87 0.65 0.25
Hex 49 16 69 1E 4F 0 3B 115 41 19
Octal 111 26 151 36 117 0 73 425 101 31
Binary 1001001 10110 1101001 11110 1001111 0 111011 100010101 1000001 11001

Color Harmonies of #491669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491669

Black with #491669

Text Example


Text Example

White with #491669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491669; }

 p { color: rgb(73,22,105); }

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

background-color css

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

 a { background-color: rgb(73,22,105); }

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

border-color css

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

 span { border-color: rgb(73,22,105); }

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