Html Css Color HEX #491778 Blue Diamond

📋 copy color: '#491778'

red 73 ◦ green 23 ◦ blue 120

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

Shades of Blue Diamond #491778

Tints of Blue Diamond #491778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 33.8%
G = 10.65%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#491778 (or 0x491778) is known color: Blue Diamond. HEX triplet: 49, 17 and 78. RGB value is (73,23,120). Sum of RGB (Red+Green+Blue) = 73+23+120=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #491778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491778 is #B6E887. Grayscale: #303030. Windows color (decimal): -11987080 or 7870281. OLE color: 7870281.

HSL color Cylindrical-coordinate representation of color #491778: hue angle of 270.93º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491778 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 23 120 -
CMYK 0.39 0.81 0 0.53
HSL 270.93º 0.68% 0.28% -
HSV(B) 270.93º 0.81% 0.47% -
XYZ 6.44 3.39 18.08 -
YUV 49.01 168.07 145.11 -
System Red Green Blue C M Y K H S L
Decimal 73 23 120 0.39 0.81 0 0.53 270.93 0.68 0.28
Hex 49 17 78 27 51 0 35 10F 44 1C
Octal 111 27 170 47 121 0 65 417 104 34
Binary 1001001 10111 1111000 100111 1010001 0 110101 100001111 1000100 11100

Color Harmonies of #491778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491778

Black with #491778

Text Example


Text Example

White with #491778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491778; }

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

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

background-color css

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

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

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

border-color css

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

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

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