Html Css Color HEX #493371 Blue Diamond

📋 copy color: '#493371'

red 73 ◦ green 51 ◦ blue 113

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

Shades of Blue Diamond #493371

Tints of Blue Diamond #493371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 30.8%
G = 21.52%
B = 47.68%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493371 (or 0x493371) is known color: Blue Diamond. HEX triplet: 49, 33 and 71. RGB value is (73,51,113). Sum of RGB (Red+Green+Blue) = 73+51+113=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #493371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493371 is #B6CC8E. Grayscale: #404040. Windows color (decimal): -11979919 or 7418697. OLE color: 7418697.

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

Color convert

RGB 73 51 113 -
CMYK 0.35 0.55 0 0.56
HSL 261.29º 0.38% 0.32% -
HSV(B) 261.29º 0.55% 0.44% -
XYZ 6.91 4.98 16.22 -
YUV 64.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 73 51 113 0.35 0.55 0 0.56 261.29 0.38 0.32
Hex 49 33 71 23 37 0 38 105 26 20
Octal 111 63 161 43 67 0 70 405 46 40
Binary 1001001 110011 1110001 100011 110111 0 111000 100000101 100110 100000

Color Harmonies of #493371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493371

Black with #493371

Text Example


Text Example

White with #493371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493371; }

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

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

background-color css

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

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

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

border-color css

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

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

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