Html Css Color HEX #491675 Blue Diamond

📋 copy color: '#491675'

red 73 ◦ green 22 ◦ blue 117

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

Shades of Blue Diamond #491675

Tints of Blue Diamond #491675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 34.43%
G = 10.38%
B = 55.19%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491675 (or 0x491675) is known color: Blue Diamond. HEX triplet: 49, 16 and 75. RGB value is (73,22,117). Sum of RGB (Red+Green+Blue) = 73+22+117=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #491675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491675 is #B6E98A. Grayscale: #2F2F2F. Windows color (decimal): -11987339 or 7673417. OLE color: 7673417.

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

Color convert

RGB 73 22 117 -
CMYK 0.38 0.81 0 0.54
HSL 272.21º 0.68% 0.27% -
HSV(B) 272.21º 0.81% 0.46% -
XYZ 6.25 3.27 17.13 -
YUV 48.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 73 22 117 0.38 0.81 0 0.54 272.21 0.68 0.27
Hex 49 16 75 26 51 0 36 110 44 1B
Octal 111 26 165 46 121 0 66 420 104 33
Binary 1001001 10110 1110101 100110 1010001 0 110110 100010000 1000100 11011

Color Harmonies of #491675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491675

Black with #491675

Text Example


Text Example

White with #491675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491675; }

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

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

background-color css

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

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

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

border-color css

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

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

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