Html Css Color HEX #491969 Blue Diamond

📋 copy color: '#491969'

red 73 ◦ green 25 ◦ blue 105

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

Shades of Blue Diamond #491969

Tints of Blue Diamond #491969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 35.96%
G = 12.32%
B = 51.72%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491969 (or 0x491969) is known color: Blue Diamond. HEX triplet: 49, 19 and 69. RGB value is (73,25,105). Sum of RGB (Red+Green+Blue) = 73+25+105=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #491969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491969 is #B6E696. Grayscale: #303030. Windows color (decimal): -11986583 or 6887753. OLE color: 6887753.

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

Color convert

RGB 73 25 105 -
CMYK 0.30 0.76 0 0.59
HSL 276º 0.62% 0.25% -
HSV(B) 276º 0.76% 0.41% -
XYZ 5.65 3.13 13.67 -
YUV 48.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 73 25 105 0.30 0.76 0 0.59 276 0.62 0.25
Hex 49 19 69 1E 4C 0 3B 114 3E 19
Octal 111 31 151 36 114 0 73 424 76 31
Binary 1001001 11001 1101001 11110 1001100 0 111011 100010100 111110 11001

Color Harmonies of #491969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491969

Black with #491969

Text Example


Text Example

White with #491969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491969; }

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

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

background-color css

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

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

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

border-color css

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

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

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