Html Css Color HEX #492774 Blue Diamond

📋 copy color: '#492774'

red 73 ◦ green 39 ◦ blue 116

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

Shades of Blue Diamond #492774

Tints of Blue Diamond #492774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 32.02%
G = 17.11%
B = 50.88%

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

#492774 (or 0x492774) is known color: Blue Diamond. HEX triplet: 49, 27 and 74. RGB value is (73,39,116). Sum of RGB (Red+Green+Blue) = 73+39+116=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #492774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492774 is #B6D88B. Grayscale: #393939. Windows color (decimal): -11982988 or 7612233. OLE color: 7612233.

HSL color Cylindrical-coordinate representation of color #492774: hue angle of 266.49º degrees, saturation: 0.5, 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 #492774 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 39 116 -
CMYK 0.37 0.66 0 0.55
HSL 266.49º 0.5% 0.3% -
HSV(B) 266.49º 0.66% 0.45% -
XYZ 6.63 4.13 16.97 -
YUV 57.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 73 39 116 0.37 0.66 0 0.55 266.49 0.5 0.3
Hex 49 27 74 25 42 0 37 10A 32 1E
Octal 111 47 164 45 102 0 67 412 62 36
Binary 1001001 100111 1110100 100101 1000010 0 110111 100001010 110010 11110

Color Harmonies of #492774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492774

Black with #492774

Text Example


Text Example

White with #492774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492774; }

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

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

background-color css

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

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

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

border-color css

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

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

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