Html Css Color HEX #492773 Blue Diamond

📋 copy color: '#492773'

red 73 ◦ green 39 ◦ blue 115

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

Shades of Blue Diamond #492773

Tints of Blue Diamond #492773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 32.16%
G = 17.18%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492773 (or 0x492773) is known color: Blue Diamond. HEX triplet: 49, 27 and 73. RGB value is (73,39,115). Sum of RGB (Red+Green+Blue) = 73+39+115=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #492773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492773 is #B6D88C. Grayscale: #393939. Windows color (decimal): -11982989 or 7546697. OLE color: 7546697.

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

Color convert

RGB 73 39 115 -
CMYK 0.37 0.66 0 0.55
HSL 266.84º 0.49% 0.3% -
HSV(B) 266.84º 0.66% 0.45% -
XYZ 6.57 4.11 16.67 -
YUV 57.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 73 39 115 0.37 0.66 0 0.55 266.84 0.49 0.3
Hex 49 27 73 25 42 0 37 10B 31 1E
Octal 111 47 163 45 102 0 67 413 61 36
Binary 1001001 100111 1110011 100101 1000010 0 110111 100001011 110001 11110

Color Harmonies of #492773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492773

Black with #492773

Text Example


Text Example

White with #492773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492773; }

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

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

background-color css

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

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

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

border-color css

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

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

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