Html Css Color HEX #493061 Blue Diamond

📋 copy color: '#493061'

red 73 ◦ green 48 ◦ blue 97

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

Shades of Blue Diamond #493061

Tints of Blue Diamond #493061

RGB

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

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

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

R = 33.49%
G = 22.02%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493061 (or 0x493061) is known color: Blue Diamond. HEX triplet: 49, 30 and 61. RGB value is (73,48,97). Sum of RGB (Red+Green+Blue) = 73+48+97=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #493061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493061 is #B6CF9E. Grayscale: #3C3C3C. Windows color (decimal): -11980703 or 6369353. OLE color: 6369353.

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

Color convert

RGB 73 48 97 -
CMYK 0.25 0.51 0 0.62
HSL 270.61º 0.34% 0.28% -
HSV(B) 270.61º 0.51% 0.38% -
XYZ 5.96 4.39 11.84 -
YUV 61.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 73 48 97 0.25 0.51 0 0.62 270.61 0.34 0.28
Hex 49 30 61 19 33 0 3E 10F 22 1C
Octal 111 60 141 31 63 0 76 417 42 34
Binary 1001001 110000 1100001 11001 110011 0 111110 100001111 100010 11100

Color Harmonies of #493061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493061

Black with #493061

Text Example


Text Example

White with #493061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493061; }

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

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

background-color css

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

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

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

border-color css

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

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

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