Html Css Color HEX #493263 Blue Diamond

📋 copy color: '#493263'

red 73 ◦ green 50 ◦ blue 99

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

Shades of Blue Diamond #493263

Tints of Blue Diamond #493263

RGB

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

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

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

R = 32.88%
G = 22.52%
B = 44.59%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#493263 (or 0x493263) is known color: Blue Diamond. HEX triplet: 49, 32 and 63. RGB value is (73,50,99). Sum of RGB (Red+Green+Blue) = 73+50+99=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #493263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493263 is #B6CD9C. Grayscale: #3E3E3E. Windows color (decimal): -11980189 or 6500937. OLE color: 6500937.

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

Color convert

RGB 73 50 99 -
CMYK 0.26 0.49 0 0.61
HSL 268.16º 0.33% 0.29% -
HSV(B) 268.16º 0.49% 0.39% -
XYZ 6.14 4.6 12.37 -
YUV 62.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 73 50 99 0.26 0.49 0 0.61 268.16 0.33 0.29
Hex 49 32 63 1A 31 0 3D 10C 21 1D
Octal 111 62 143 32 61 0 75 414 41 35
Binary 1001001 110010 1100011 11010 110001 0 111101 100001100 100001 11101

Color Harmonies of #493263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493263

Black with #493263

Text Example


Text Example

White with #493263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493263; }

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

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

background-color css

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

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

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

border-color css

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

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

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