Html Css Color HEX #491868 Blue Diamond

📋 copy color: '#491868'

red 73 ◦ green 24 ◦ blue 104

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

Shades of Blue Diamond #491868

Tints of Blue Diamond #491868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 104 (41.02% from 255) = 51.74%

R = 36.32%
G = 11.94%
B = 51.74%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#491868 (or 0x491868) is known color: Blue Diamond. HEX triplet: 49, 18 and 68. RGB value is (73,24,104). Sum of RGB (Red+Green+Blue) = 73+24+104=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #491868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491868 is #B6E797. Grayscale: #2F2F2F. Windows color (decimal): -11986840 or 6821961. OLE color: 6821961.

HSL color Cylindrical-coordinate representation of color #491868: hue angle of 276.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491868 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 24 104 -
CMYK 0.30 0.77 0 0.59
HSL 276.75º 0.63% 0.25% -
HSV(B) 276.75º 0.77% 0.41% -
XYZ 5.57 3.07 13.4 -
YUV 47.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 73 24 104 0.30 0.77 0 0.59 276.75 0.63 0.25
Hex 49 18 68 1E 4D 0 3B 115 3E 19
Octal 111 30 150 36 115 0 73 425 76 31
Binary 1001001 11000 1101000 11110 1001101 0 111011 100010101 111110 11001

Color Harmonies of #491868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491868

Black with #491868

Text Example


Text Example

White with #491868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491868; }

 p { color: rgb(73,24,104); }

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

background-color css

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

 a { background-color: rgb(73,24,104); }

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

border-color css

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

 span { border-color: rgb(73,24,104); }

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