Html Css Color HEX #491A6B Blue Diamond

📋 copy color: '#491A6B'

red 73 ◦ green 26 ◦ blue 107

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

Shades of Blue Diamond #491A6B

Tints of Blue Diamond #491A6B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

 BLUE value IS 107 (42.19% from 255) = 51.94%

R = 35.44%
G = 12.62%
B = 51.94%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#491A6B (or 0x491A6B) is known color: Blue Diamond. HEX triplet: 49, 1A and 6B. RGB value is (73,26,107). Sum of RGB (Red+Green+Blue) = 73+26+107=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #491A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A6B is #B6E594. Grayscale: #313131. Windows color (decimal): -11986325 or 7019081. OLE color: 7019081.

HSL color Cylindrical-coordinate representation of color #491A6B: hue angle of 274.81º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491A6B is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 26 107 -
CMYK 0.32 0.76 0 0.58
HSL 274.81º 0.61% 0.26% -
HSV(B) 274.81º 0.76% 0.42% -
XYZ 5.77 3.22 14.23 -
YUV 49.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 73 26 107 0.32 0.76 0 0.58 274.81 0.61 0.26
Hex 49 1A 6B 20 4C 0 3A 113 3D 1A
Octal 111 32 153 40 114 0 72 423 75 32
Binary 1001001 11010 1101011 100000 1001100 0 111010 100010011 111101 11010

Color Harmonies of #491A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A6B

Black with #491A6B

Text Example


Text Example

White with #491A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,26,107); }

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

background-color css

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

 a { background-color: rgb(73,26,107); }

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

border-color css

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

 span { border-color: rgb(73,26,107); }

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