Html Css Color HEX #491569 Blue Diamond

📋 copy color: '#491569'

red 73 ◦ green 21 ◦ blue 105

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

Shades of Blue Diamond #491569

Tints of Blue Diamond #491569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 36.68%
G = 10.55%
B = 52.76%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491569 (or 0x491569) is known color: Blue Diamond. HEX triplet: 49, 15 and 69. RGB value is (73,21,105). Sum of RGB (Red+Green+Blue) = 73+21+105=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #491569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491569 is #B6EA96. Grayscale: #2D2D2D. Windows color (decimal): -11987607 or 6886729. OLE color: 6886729.

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

Color convert

RGB 73 21 105 -
CMYK 0.30 0.80 0 0.59
HSL 277.14º 0.67% 0.25% -
HSV(B) 277.14º 0.8% 0.41% -
XYZ 5.57 2.97 13.65 -
YUV 46.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 73 21 105 0.30 0.80 0 0.59 277.14 0.67 0.25
Hex 49 15 69 1E 50 0 3B 115 43 19
Octal 111 25 151 36 120 0 73 425 103 31
Binary 1001001 10101 1101001 11110 1010000 0 111011 100010101 1000011 11001

Color Harmonies of #491569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491569

Black with #491569

Text Example


Text Example

White with #491569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491569; }

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

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

background-color css

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

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

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

border-color css

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

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

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