Html Css Color HEX #492070 Blue Diamond

📋 copy color: '#492070'

red 73 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #492070

Tints of Blue Diamond #492070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

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

R = 33.64%
G = 14.75%
B = 51.61%

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

#492070 (or 0x492070) is known color: Blue Diamond. HEX triplet: 49, 20 and 70. RGB value is (73,32,112). Sum of RGB (Red+Green+Blue) = 73+32+112=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #492070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492070 is #B6DF8F. Grayscale: #353535. Windows color (decimal): -11984784 or 7348297. OLE color: 7348297.

HSL color Cylindrical-coordinate representation of color #492070: hue angle of 270.75º degrees, saturation: 0.56, 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 #492070 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 32 112 -
CMYK 0.35 0.71 0 0.56
HSL 270.75º 0.56% 0.28% -
HSV(B) 270.75º 0.71% 0.44% -
XYZ 6.19 3.62 15.7 -
YUV 53.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 73 32 112 0.35 0.71 0 0.56 270.75 0.56 0.28
Hex 49 20 70 23 47 0 38 10F 38 1C
Octal 111 40 160 43 107 0 70 417 70 34
Binary 1001001 100000 1110000 100011 1000111 0 111000 100001111 111000 11100

Color Harmonies of #492070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492070

Black with #492070

Text Example


Text Example

White with #492070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492070; }

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

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

background-color css

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

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

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

border-color css

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

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

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