Html Css Color HEX #492771 Blue Diamond

📋 copy color: '#492771'

red 73 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #492771

Tints of Blue Diamond #492771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 32.44%
G = 17.33%
B = 50.22%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492771 (or 0x492771) is known color: Blue Diamond. HEX triplet: 49, 27 and 71. RGB value is (73,39,113). Sum of RGB (Red+Green+Blue) = 73+39+113=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #492771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492771 is #B6D88E. Grayscale: #393939. Windows color (decimal): -11982991 or 7415625. OLE color: 7415625.

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

Color convert

RGB 73 39 113 -
CMYK 0.35 0.65 0 0.56
HSL 267.57º 0.49% 0.3% -
HSV(B) 267.57º 0.65% 0.44% -
XYZ 6.45 4.06 16.07 -
YUV 57.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 73 39 113 0.35 0.65 0 0.56 267.57 0.49 0.3
Hex 49 27 71 23 41 0 38 10C 31 1E
Octal 111 47 161 43 101 0 70 414 61 36
Binary 1001001 100111 1110001 100011 1000001 0 111000 100001100 110001 11110

Color Harmonies of #492771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492771

Black with #492771

Text Example


Text Example

White with #492771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492771; }

 p { color: rgb(73,39,113); }

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

background-color css

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

 a { background-color: rgb(73,39,113); }

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

border-color css

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

 span { border-color: rgb(73,39,113); }

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