Html Css Color HEX #491673 Blue Diamond

📋 copy color: '#491673'

red 73 ◦ green 22 ◦ blue 115

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

Shades of Blue Diamond #491673

Tints of Blue Diamond #491673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 34.76%
G = 10.48%
B = 54.76%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#491673 (or 0x491673) is known color: Blue Diamond. HEX triplet: 49, 16 and 73. RGB value is (73,22,115). Sum of RGB (Red+Green+Blue) = 73+22+115=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #491673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491673 is #B6E98C. Grayscale: #2F2F2F. Windows color (decimal): -11987341 or 7542345. OLE color: 7542345.

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

Color convert

RGB 73 22 115 -
CMYK 0.37 0.81 0 0.55
HSL 272.9º 0.68% 0.27% -
HSV(B) 272.9º 0.81% 0.45% -
XYZ 6.13 3.23 16.52 -
YUV 47.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 73 22 115 0.37 0.81 0 0.55 272.9 0.68 0.27
Hex 49 16 73 25 51 0 37 111 44 1B
Octal 111 26 163 45 121 0 67 421 104 33
Binary 1001001 10110 1110011 100101 1010001 0 110111 100010001 1000100 11011

Color Harmonies of #491673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491673

Black with #491673

Text Example


Text Example

White with #491673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491673; }

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

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

background-color css

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

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

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

border-color css

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

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

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