Html Css Color HEX #492174 Blue Diamond

📋 copy color: '#492174'

red 73 ◦ green 33 ◦ blue 116

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

Shades of Blue Diamond #492174

Tints of Blue Diamond #492174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

 BLUE value IS 116 (45.7% from 255) = 52.25%

R = 32.88%
G = 14.86%
B = 52.25%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492174 (or 0x492174) is known color: Blue Diamond. HEX triplet: 49, 21 and 74. RGB value is (73,33,116). Sum of RGB (Red+Green+Blue) = 73+33+116=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #492174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492174 is #B6DE8B. Grayscale: #363636. Windows color (decimal): -11984524 or 7610697. OLE color: 7610697.

HSL color Cylindrical-coordinate representation of color #492174: hue angle of 268.92º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492174 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 33 116 -
CMYK 0.37 0.72 0 0.55
HSL 268.92º 0.56% 0.29% -
HSV(B) 268.92º 0.72% 0.45% -
XYZ 6.44 3.77 16.91 -
YUV 54.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 73 33 116 0.37 0.72 0 0.55 268.92 0.56 0.29
Hex 49 21 74 25 48 0 37 10D 38 1D
Octal 111 41 164 45 110 0 67 415 70 35
Binary 1001001 100001 1110100 100101 1001000 0 110111 100001101 111000 11101

Color Harmonies of #492174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492174

Black with #492174

Text Example


Text Example

White with #492174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492174; }

 p { color: rgb(73,33,116); }

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

background-color css

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

 a { background-color: rgb(73,33,116); }

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

border-color css

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

 span { border-color: rgb(73,33,116); }

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