Html Css Color HEX #491A6E Blue Diamond

📋 copy color: '#491A6E'

red 73 ◦ green 26 ◦ blue 110

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

Shades of Blue Diamond #491A6E

Tints of Blue Diamond #491A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 34.93%
G = 12.44%
B = 52.63%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#491A6E (or 0x491A6E) is known color: Blue Diamond. HEX triplet: 49, 1A and 6E. RGB value is (73,26,110). Sum of RGB (Red+Green+Blue) = 73+26+110=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #491A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491A6E is #B6E591. Grayscale: #313131. Windows color (decimal): -11986322 or 7215689. OLE color: 7215689.

HSL color Cylindrical-coordinate representation of color #491A6E: hue angle of 273.57º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491A6E is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 26 110 -
CMYK 0.34 0.76 0 0.57
HSL 273.57º 0.62% 0.27% -
HSV(B) 273.57º 0.76% 0.43% -
XYZ 5.93 3.28 15.07 -
YUV 49.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 73 26 110 0.34 0.76 0 0.57 273.57 0.62 0.27
Hex 49 1A 6E 22 4C 0 39 112 3E 1B
Octal 111 32 156 42 114 0 71 422 76 33
Binary 1001001 11010 1101110 100010 1001100 0 111001 100010010 111110 11011

Color Harmonies of #491A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A6E

Black with #491A6E

Text Example


Text Example

White with #491A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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