Html Css Color HEX #493271 Blue Diamond

📋 copy color: '#493271'

red 73 ◦ green 50 ◦ blue 113

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

Shades of Blue Diamond #493271

Tints of Blue Diamond #493271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 30.93%
G = 21.19%
B = 47.88%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493271 (or 0x493271) is known color: Blue Diamond. HEX triplet: 49, 32 and 71. RGB value is (73,50,113). Sum of RGB (Red+Green+Blue) = 73+50+113=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #493271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493271 is #B6CD8E. Grayscale: #3F3F3F. Windows color (decimal): -11980175 or 7418441. OLE color: 7418441.

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

Color convert

RGB 73 50 113 -
CMYK 0.35 0.56 0 0.56
HSL 261.9º 0.39% 0.32% -
HSV(B) 261.9º 0.56% 0.44% -
XYZ 6.87 4.89 16.2 -
YUV 64.06 155.62 134.38 -
System Red Green Blue C M Y K H S L
Decimal 73 50 113 0.35 0.56 0 0.56 261.9 0.39 0.32
Hex 49 32 71 23 38 0 38 106 27 20
Octal 111 62 161 43 70 0 70 406 47 40
Binary 1001001 110010 1110001 100011 111000 0 111000 100000110 100111 100000

Color Harmonies of #493271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493271

Black with #493271

Text Example


Text Example

White with #493271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493271; }

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

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

background-color css

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

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

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

border-color css

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

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

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