Html Css Color HEX #491975 Blue Diamond

📋 copy color: '#491975'

red 73 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #491975

Tints of Blue Diamond #491975

RGB

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

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

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

R = 33.95%
G = 11.63%
B = 54.42%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491975 (or 0x491975) is known color: Blue Diamond. HEX triplet: 49, 19 and 75. RGB value is (73,25,117). Sum of RGB (Red+Green+Blue) = 73+25+117=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #491975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491975 is #B6E68A. Grayscale: #313131. Windows color (decimal): -11986571 or 7674185. OLE color: 7674185.

HSL color Cylindrical-coordinate representation of color #491975: hue angle of 271.3º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491975 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 25 117 -
CMYK 0.38 0.79 0 0.54
HSL 271.3º 0.65% 0.28% -
HSV(B) 271.3º 0.79% 0.46% -
XYZ 6.31 3.4 17.15 -
YUV 49.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 73 25 117 0.38 0.79 0 0.54 271.3 0.65 0.28
Hex 49 19 75 26 4F 0 36 10F 41 1C
Octal 111 31 165 46 117 0 66 417 101 34
Binary 1001001 11001 1110101 100110 1001111 0 110110 100001111 1000001 11100

Color Harmonies of #491975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491975

Black with #491975

Text Example


Text Example

White with #491975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491975; }

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

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

background-color css

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

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

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

border-color css

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

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

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