Html Css Color HEX #492170 Blue Diamond

📋 copy color: '#492170'

red 73 ◦ green 33 ◦ blue 112

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

Shades of Blue Diamond #492170

Tints of Blue Diamond #492170

RGB

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

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

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

R = 33.49%
G = 15.14%
B = 51.38%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492170 (or 0x492170) is known color: Blue Diamond. HEX triplet: 49, 21 and 70. RGB value is (73,33,112). Sum of RGB (Red+Green+Blue) = 73+33+112=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #492170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492170 is #B6DE8F. Grayscale: #353535. Windows color (decimal): -11984528 or 7348553. OLE color: 7348553.

HSL color Cylindrical-coordinate representation of color #492170: hue angle of 270.38º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492170 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 33 112 -
CMYK 0.35 0.71 0 0.56
HSL 270.38º 0.54% 0.28% -
HSV(B) 270.38º 0.71% 0.44% -
XYZ 6.22 3.67 15.71 -
YUV 53.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 73 33 112 0.35 0.71 0 0.56 270.38 0.54 0.28
Hex 49 21 70 23 47 0 38 10E 36 1C
Octal 111 41 160 43 107 0 70 416 66 34
Binary 1001001 100001 1110000 100011 1000111 0 111000 100001110 110110 11100

Color Harmonies of #492170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492170

Black with #492170

Text Example


Text Example

White with #492170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492170; }

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

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

background-color css

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

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

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

border-color css

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

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

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