Html Css Color HEX #491775 Blue Diamond

📋 copy color: '#491775'

red 73 ◦ green 23 ◦ blue 117

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

Shades of Blue Diamond #491775

Tints of Blue Diamond #491775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 34.27%
G = 10.8%
B = 54.93%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491775 (or 0x491775) is known color: Blue Diamond. HEX triplet: 49, 17 and 75. RGB value is (73,23,117). Sum of RGB (Red+Green+Blue) = 73+23+117=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #491775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491775 is #B6E88A. Grayscale: #303030. Windows color (decimal): -11987083 or 7673673. OLE color: 7673673.

HSL color Cylindrical-coordinate representation of color #491775: hue angle of 271.91º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491775 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 23 117 -
CMYK 0.38 0.80 0 0.54
HSL 271.91º 0.67% 0.27% -
HSV(B) 271.91º 0.8% 0.46% -
XYZ 6.26 3.31 17.14 -
YUV 48.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 73 23 117 0.38 0.80 0 0.54 271.91 0.67 0.27
Hex 49 17 75 26 50 0 36 110 43 1B
Octal 111 27 165 46 120 0 66 420 103 33
Binary 1001001 10111 1110101 100110 1010000 0 110110 100010000 1000011 11011

Color Harmonies of #491775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491775

Black with #491775

Text Example


Text Example

White with #491775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491775; }

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

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

background-color css

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

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

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

border-color css

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

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

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