Html Css Color HEX #491F77 Blue Diamond

📋 copy color: '#491F77'

red 73 ◦ green 31 ◦ blue 119

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

Shades of Blue Diamond #491F77

Tints of Blue Diamond #491F77

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.9%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 32.74%
G = 13.9%
B = 53.36%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#491F77 (or 0x491F77) is known color: Blue Diamond. HEX triplet: 49, 1F and 77. RGB value is (73,31,119). Sum of RGB (Red+Green+Blue) = 73+31+119=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #491F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F77 is #B6E088. Grayscale: #353535. Windows color (decimal): -11985033 or 7806793. OLE color: 7806793.

HSL color Cylindrical-coordinate representation of color #491F77: hue angle of 268.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491F77 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 31 119 -
CMYK 0.39 0.74 0 0.53
HSL 268.64º 0.59% 0.29% -
HSV(B) 268.64º 0.74% 0.47% -
XYZ 6.57 3.73 17.83 -
YUV 53.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 73 31 119 0.39 0.74 0 0.53 268.64 0.59 0.29
Hex 49 1F 77 27 4A 0 35 10D 3B 1D
Octal 111 37 167 47 112 0 65 415 73 35
Binary 1001001 11111 1110111 100111 1001010 0 110101 100001101 111011 11101

Color Harmonies of #491F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F77

Black with #491F77

Text Example


Text Example

White with #491F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F77; }

 p { color: rgb(73,31,119); }

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

background-color css

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

 a { background-color: rgb(73,31,119); }

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

border-color css

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

 span { border-color: rgb(73,31,119); }

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