Html Css Color HEX #492072 Blue Diamond

📋 copy color: '#492072'

red 73 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #492072

Tints of Blue Diamond #492072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 33.33%
G = 14.61%
B = 52.05%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492072 (or 0x492072) is known color: Blue Diamond. HEX triplet: 49, 20 and 72. RGB value is (73,32,114). Sum of RGB (Red+Green+Blue) = 73+32+114=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #492072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492072 is #B6DF8D. Grayscale: #353535. Windows color (decimal): -11984782 or 7479369. OLE color: 7479369.

HSL color Cylindrical-coordinate representation of color #492072: hue angle of 270º 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 #492072 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 32 114 -
CMYK 0.36 0.72 0 0.55
HSL 270º 0.56% 0.29% -
HSV(B) 270º 0.72% 0.45% -
XYZ 6.3 3.66 16.29 -
YUV 53.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 73 32 114 0.36 0.72 0 0.55 270 0.56 0.29
Hex 49 20 72 24 48 0 37 10E 38 1D
Octal 111 40 162 44 110 0 67 416 70 35
Binary 1001001 100000 1110010 100100 1001000 0 110111 100001110 111000 11101

Color Harmonies of #492072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492072

Black with #492072

Text Example


Text Example

White with #492072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492072; }

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

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

background-color css

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

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

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

border-color css

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

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

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