Html Css Color HEX #491875 Blue Diamond

📋 copy color: '#491875'

red 73 ◦ green 24 ◦ blue 117

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

Shades of Blue Diamond #491875

Tints of Blue Diamond #491875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.67%

R = 34.11%
G = 11.21%
B = 54.67%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#491875 (or 0x491875) is known color: Blue Diamond. HEX triplet: 49, 18 and 75. RGB value is (73,24,117). Sum of RGB (Red+Green+Blue) = 73+24+117=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #491875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491875 is #B6E78A. Grayscale: #303030. Windows color (decimal): -11986827 or 7673929. OLE color: 7673929.

HSL color Cylindrical-coordinate representation of color #491875: hue angle of 271.61º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491875 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 24 117 -
CMYK 0.38 0.79 0 0.54
HSL 271.61º 0.66% 0.28% -
HSV(B) 271.61º 0.79% 0.46% -
XYZ 6.29 3.35 17.15 -
YUV 49.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 73 24 117 0.38 0.79 0 0.54 271.61 0.66 0.28
Hex 49 18 75 26 4F 0 36 110 42 1C
Octal 111 30 165 46 117 0 66 420 102 34
Binary 1001001 11000 1110101 100110 1001111 0 110110 100010000 1000010 11100

Color Harmonies of #491875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491875

Black with #491875

Text Example


Text Example

White with #491875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491875; }

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

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

background-color css

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

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

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

border-color css

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

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

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