Html Css Color HEX #491670 Blue Diamond

📋 copy color: '#491670'

red 73 ◦ green 22 ◦ blue 112

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

Shades of Blue Diamond #491670

Tints of Blue Diamond #491670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 35.27%
G = 10.63%
B = 54.11%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#491670 (or 0x491670) is known color: Blue Diamond. HEX triplet: 49, 16 and 70. RGB value is (73,22,112). Sum of RGB (Red+Green+Blue) = 73+22+112=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #491670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491670 is #B6E98F. Grayscale: #2F2F2F. Windows color (decimal): -11987344 or 7345737. OLE color: 7345737.

HSL color Cylindrical-coordinate representation of color #491670: hue angle of 274º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491670 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 22 112 -
CMYK 0.35 0.80 0 0.56
HSL 274º 0.67% 0.26% -
HSV(B) 274º 0.8% 0.44% -
XYZ 5.96 3.16 15.63 -
YUV 47.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 73 22 112 0.35 0.80 0 0.56 274 0.67 0.26
Hex 49 16 70 23 50 0 38 112 43 1A
Octal 111 26 160 43 120 0 70 422 103 32
Binary 1001001 10110 1110000 100011 1010000 0 111000 100010010 1000011 11010

Color Harmonies of #491670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491670

Black with #491670

Text Example


Text Example

White with #491670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491670; }

 p { color: rgb(73,22,112); }

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

background-color css

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

 a { background-color: rgb(73,22,112); }

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

border-color css

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

 span { border-color: rgb(73,22,112); }

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