Html Css Color HEX #493063 Blue Diamond

📋 copy color: '#493063'

red 73 ◦ green 48 ◦ blue 99

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

Shades of Blue Diamond #493063

Tints of Blue Diamond #493063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 99 (39.06% from 255) = 45%

R = 33.18%
G = 21.82%
B = 45%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493063 (or 0x493063) is known color: Blue Diamond. HEX triplet: 49, 30 and 63. RGB value is (73,48,99). Sum of RGB (Red+Green+Blue) = 73+48+99=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #493063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493063 is #B6CF9C. Grayscale: #3D3D3D. Windows color (decimal): -11980701 or 6500425. OLE color: 6500425.

HSL color Cylindrical-coordinate representation of color #493063: hue angle of 269.41º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #493063 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 48 99 -
CMYK 0.26 0.52 0 0.61
HSL 269.41º 0.35% 0.29% -
HSV(B) 269.41º 0.52% 0.39% -
XYZ 6.06 4.43 12.34 -
YUV 61.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 73 48 99 0.26 0.52 0 0.61 269.41 0.35 0.29
Hex 49 30 63 1A 34 0 3D 10D 23 1D
Octal 111 60 143 32 64 0 75 415 43 35
Binary 1001001 110000 1100011 11010 110100 0 111101 100001101 100011 11101

Color Harmonies of #493063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493063

Black with #493063

Text Example


Text Example

White with #493063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493063; }

 p { color: rgb(73,48,99); }

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

background-color css

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

 a { background-color: rgb(73,48,99); }

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

border-color css

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

 span { border-color: rgb(73,48,99); }

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