Html Css Color HEX #493162 Blue Diamond

📋 copy color: '#493162'

red 73 ◦ green 49 ◦ blue 98

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

Shades of Blue Diamond #493162

Tints of Blue Diamond #493162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 98 (38.67% from 255) = 44.55%

R = 33.18%
G = 22.27%
B = 44.55%

CMYK

 C value IS 0.26

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493162 (or 0x493162) is known color: Blue Diamond. HEX triplet: 49, 31 and 62. RGB value is (73,49,98). Sum of RGB (Red+Green+Blue) = 73+49+98=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #493162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493162 is #B6CE9D. Grayscale: #3D3D3D. Windows color (decimal): -11980446 or 6435145. OLE color: 6435145.

HSL color Cylindrical-coordinate representation of color #493162: hue angle of 269.39º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493162 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 49 98 -
CMYK 0.26 0.5 0 0.62
HSL 269.39º 0.33% 0.29% -
HSV(B) 269.39º 0.5% 0.38% -
XYZ 6.05 4.49 12.1 -
YUV 61.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 73 49 98 0.26 0.5 0 0.62 269.39 0.33 0.29
Hex 49 31 62 1A 32 0 3E 10D 21 1D
Octal 111 61 142 32 62 0 76 415 41 35
Binary 1001001 110001 1100010 11010 110010 0 111110 100001101 100001 11101

Color Harmonies of #493162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493162

Black with #493162

Text Example


Text Example

White with #493162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493162; }

 p { color: rgb(73,49,98); }

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

background-color css

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

 a { background-color: rgb(73,49,98); }

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

border-color css

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

 span { border-color: rgb(73,49,98); }

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