Html Css Color HEX #491769 Blue Diamond

📋 copy color: '#491769'

red 73 ◦ green 23 ◦ blue 105

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

Shades of Blue Diamond #491769

Tints of Blue Diamond #491769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 36.32%
G = 11.44%
B = 52.24%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491769 (or 0x491769) is known color: Blue Diamond. HEX triplet: 49, 17 and 69. RGB value is (73,23,105). Sum of RGB (Red+Green+Blue) = 73+23+105=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #491769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491769 is #B6E896. Grayscale: #2F2F2F. Windows color (decimal): -11987095 or 6887241. OLE color: 6887241.

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

Color convert

RGB 73 23 105 -
CMYK 0.30 0.78 0 0.59
HSL 276.59º 0.64% 0.25% -
HSV(B) 276.59º 0.78% 0.41% -
XYZ 5.6 3.05 13.66 -
YUV 47.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 73 23 105 0.30 0.78 0 0.59 276.59 0.64 0.25
Hex 49 17 69 1E 4E 0 3B 115 40 19
Octal 111 27 151 36 116 0 73 425 100 31
Binary 1001001 10111 1101001 11110 1001110 0 111011 100010101 1000000 11001

Color Harmonies of #491769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491769

Black with #491769

Text Example


Text Example

White with #491769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491769; }

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

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

background-color css

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

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

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

border-color css

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

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

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