Html Css Color HEX #493261 Blue Diamond

📋 copy color: '#493261'

red 73 ◦ green 50 ◦ blue 97

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

Shades of Blue Diamond #493261

Tints of Blue Diamond #493261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.09%

R = 33.18%
G = 22.73%
B = 44.09%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493261 (or 0x493261) is known color: Blue Diamond. HEX triplet: 49, 32 and 61. RGB value is (73,50,97). Sum of RGB (Red+Green+Blue) = 73+50+97=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #493261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493261 is #B6CD9E. Grayscale: #3E3E3E. Windows color (decimal): -11980191 or 6369865. OLE color: 6369865.

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

Color convert

RGB 73 50 97 -
CMYK 0.25 0.48 0 0.62
HSL 269.36º 0.32% 0.29% -
HSV(B) 269.36º 0.48% 0.38% -
XYZ 6.05 4.56 11.87 -
YUV 62.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 73 50 97 0.25 0.48 0 0.62 269.36 0.32 0.29
Hex 49 32 61 19 30 0 3E 10D 20 1D
Octal 111 62 141 31 60 0 76 415 40 35
Binary 1001001 110010 1100001 11001 110000 0 111110 100001101 100000 11101

Color Harmonies of #493261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493261

Black with #493261

Text Example


Text Example

White with #493261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493261; }

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

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

background-color css

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

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

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

border-color css

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

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

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